Skip to content

Commit

Permalink
Update inputs.md
Browse files Browse the repository at this point in the history
Scancode Property updates for v5.16
  • Loading branch information
dcrawl authored Jan 15, 2024
1 parent fda8a38 commit 70355cb
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions docs/API/inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,25 @@ The following properties represent keys on the keyboard and are available on `ar
* pipe
* underscore
* a - z
* shift
* control
* alt
* meta
* left
* right
* up
* down
* w_scancode (key location for w in WASD layout across regions)
* a_scancode (key location for a in WASD layout across regions)
* s_scancode (key location for s in WASD layout across regions)
* d_scancode (key location for d in WASD layout across regions)
* shift_left
* shift_right
* control, ctrl
* contro_left, ctrl_left
* contro_right, ctrl_right
* alt, option
* alt_left, option_left
* alt_right, option_right
* meta, command
* meta_left, command_left
* meta_right, command_right
* left_arrow, left
* right_arrow, right
* up_arrow, up
* down_arrow, down
* pageup
* pagedown
* char
Expand All @@ -161,11 +172,11 @@ The following properties represent keys on the keyboard and are available on `ar
* question_mark
* section_sign
* ordinal_indicator
* raw_key
* raw_key (unique numeric identifier for key)
* left_right
* up_down
* directional_vector
* truthy_keys
* truthy_keys (array of Symbols)

### keys
Returns a Hash with all keys on the keyboard in their respective state. The Hash contains the following keys
Expand Down

0 comments on commit 70355cb

Please sign in to comment.