mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-07-12 01:12:44 +00:00
Documented Globals
This commit is contained in:
parent
458af692b1
commit
4a8f31275c
1 changed files with 14 additions and 0 deletions
|
|
@ -44,6 +44,20 @@ The `gControllers[]` table is an array from `0` to `(MAX_PLAYERS - 1)` that cont
|
|||
|
||||
<br />
|
||||
|
||||
## [gGamepads](#gGamepads)
|
||||
The `gGamepads[]` table is an array from `0` to `(MAX_GAMEPADS - 1)` that contains a [Gamepad](structs.md#Gamepad) struct for each possible gamepad.
|
||||
|
||||
[:arrow_up_small:](#)
|
||||
|
||||
<br />
|
||||
|
||||
## [gKeyboard](#gKeyboard)
|
||||
The `gKeyboard[]` table is an array from `0` to `(SDL_NUM_SCANCODES - 1)` that contains a [Keyboard](structs.md#Keyboard) struct for each possible scancode.
|
||||
|
||||
[:arrow_up_small:](#)
|
||||
|
||||
<br />
|
||||
|
||||
## [gMatStack](#gMatStack)
|
||||
The `gMatStack[]` table is an array from `0` to `(MATRIX_STACK_SIZE - 1)` that contains `Mat4`s used by geo process.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue