mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-28 07:42:55 +02:00
Add HIDMousebutton
This commit is contained in:
parent
fc71b06161
commit
472c408288
@ -3,6 +3,15 @@
|
|||||||
|
|
||||||
// Begin enums
|
// Begin enums
|
||||||
|
|
||||||
|
typedef enum
|
||||||
|
{
|
||||||
|
MOUSE_LEFT = BIT(0),
|
||||||
|
MOUSE_RIGHT = BIT(1),
|
||||||
|
MOUSE_MIDDLE = BIT(2),
|
||||||
|
MOUSE_FORWARD = BIT(3),
|
||||||
|
MOUSE_BACK = BIT(4),
|
||||||
|
} HIDMouseButton;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
KBD_MOD_LCTRL = BIT(0),
|
KBD_MOD_LCTRL = BIT(0),
|
||||||
|
Loading…
Reference in New Issue
Block a user