Rename hiro::Property to hiro::Attribute
Disable XChaCha20 CSPRNG on Android for now due to compilation issues
Add macOS IOKit joypad support [Sintendo]
This commit is contained in:
byuu
2019-09-17 03:37:03 +09:00
parent 1e626e75ef
commit 18d2ab6435
32 changed files with 511 additions and 146 deletions

View File

@@ -352,6 +352,7 @@ struct Keyboard {
#if defined(Hiro_Mouse)
struct Mouse {
enum class Button : uint { Left, Middle, Right };
enum class Click : uint { Single, Double };
Mouse() = delete;
@@ -410,7 +411,7 @@ struct MessageWindow {
};
#endif
#include "property.hpp"
#include "attribute.hpp"
#define Declare(Name) \
using type = m##Name; \