GetNthKeyPressed - Input
Revision as of 11:21, 28 September 2012 by imported>JustinOther (N'th Δ Nth)
SKSE Member of: Input Script
For walking over the pressed keys. (This function requires SKSE)
Syntax
int Function GetNthKeyPressed(int n) global native
Parameters
- n : the Nth key pressed
Return Value
Returns the DXScanCode of the Nth key pressed as an Int. If no Nth key is pressed, -1 is returned.
Examples
Int iHotkey = Input.GetNthKeyPressed(0)
Notes
- The index of the first key pressed is 0.