Skip to content

Commit

Permalink
Update api.json
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewsinger committed Jul 10, 2024
1 parent 1c220b1 commit 60a9e28
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion api.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"singleton": true,
"singleton_name": "GlobalConstants",
"instanciable": false,
"is_reference": false,
"is_reference": true,
"constants": {
"BUTTON_LEFT": 1,
"BUTTON_MASK_LEFT": 1,
Expand Down Expand Up @@ -203,6 +203,15 @@
"KEY_BRACKETLEFT": 91,
"KEY_BRACKETRIGHT": 93,
"KEY_BROKENBAR": 166,
"KEY_BUTTON_LEFT": 4096,
"KEY_BUTTON_MIDDLE": 4098,
"KEY_BUTTON_RIGHT": 4097,
"KEY_BUTTON_WHEEL_DOWN": 4102,
"KEY_BUTTON_WHEEL_LEFT": 4103,
"KEY_BUTTON_WHEEL_RIGHT": 4104,
"KEY_BUTTON_WHEEL_UP": 4101,
"KEY_BUTTON_XBUTTON1": 4099,
"KEY_BUTTON_XBUTTON2": 4100,
"KEY_C": 67,
"KEY_CAPSLOCK": 16777241,
"KEY_CCEDILLA": 199,
Expand Down

0 comments on commit 60a9e28

Please sign in to comment.