diff --git a/docs/toolboxref.html b/docs/toolboxref.html index bc7ace7..5232fc3 100644 --- a/docs/toolboxref.html +++ b/docs/toolboxref.html @@ -749,7 +749,9 @@ style: toolref The value returned in userInput bitfield are show below.

- + + + @@ -759,12 +761,12 @@ style: toolref
- - - - - - + + + + + +
Bits 0-7keyCodeKeyboard code read from the Keyboard register. If no key is currently pressed, this value is zero.
Bit 8ReservedMust be zero.
Bit 9PAD_BUTTON_BSet to 1 if the B button of the gamepad is pressed. Mapped to the option key by default.
Bit 10PAD_BUTTON_ASet to 1 if the A button of the gamepad is pressed. Mapped to the command key by default.
Bit 11PAD_KEY_DOWNSet to 1 on the initial press of a key. If a key is held down, the keyCode will be set and this bit will be zero.
Bits 12-15ReservedMust be zero.
Bits 0-6keyCodeKeyboard code read from the Keyboard register. If no key is currently pressed, this value is zero.
Bit 7ReservedAlways zero.
Bit 8PAD_BUTTON_BSet to 1 if the B button of the gamepad is pressed. Mapped to the option key by default.
Bit 9PAD_BUTTON_ASet to 1 if the A button of the gamepad is pressed. Mapped to the command key by default.
Bit 10PAD_KEY_DOWNSet to 1 on the initial press of a key. If a key is held down, the keyCode will be set and this bit will be zero.
Bits 11-15ReservedAlways zero.