mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-27 07:12:40 +02:00
Add HIDMousebutton
This commit is contained in:
parent
fc71b06161
commit
472c408288
@ -3,6 +3,15 @@
|
||||
|
||||
// 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
|
||||
{
|
||||
KBD_MOD_LCTRL = BIT(0),
|
||||
|
Loading…
Reference in New Issue
Block a user