Skip to content

Commit

Permalink
Update Library-Constants.md
Browse files Browse the repository at this point in the history
  • Loading branch information
offalynne authored Jan 13, 2025
1 parent 626ec3b commit d883f3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/8.0/Library-Constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ The following constants allow you to reference specific [input sources](Input-So
|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|`INPUT_KEYBOARD` |The keyboard, if any is attached. If `INPUT_ASSIGN_KEYBOARD_AND_MOUSE_TOGETHER` is `true` then this source will also include input from the mouse too |
|`INPUT_MOUSE` |The mouse, if any is attached. If `INPUT_ASSIGN_KEYBOARD_AND_MOUSE_TOGETHER` is `true` then this source will also include input from the keyboard too |
|`INPUT_GAMEPAD[n]` |`INPUT_GAMEPAD` is an array of sources that represent different gamepads that a player can use. `INPUT_GAMEPAD[0]` is the 0th gamepad, `INPUT_GAMEPAD[1]` is the 1st gamepad and so on. The index for this array corresponds to the native GameMaker gamepad index|

 

Expand Down

0 comments on commit d883f3d

Please sign in to comment.