Difference between revisions of "GetNumKeysPressed - Input"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Egocarib
imported>Egocarib
 
Line 29: Line 29:
*[[OnKeyDown - Form]]
*[[OnKeyDown - Form]]
*[[OnKeyUp - Form]]
*[[OnKeyUp - Form]]
*[[RegisterForControl - Form]]
*[[OnControlDown - Form]]
*[[OnControlUp - Form]]

Latest revision as of 19:03, 9 October 2014

SKSE Member of: Input Script

Minimum required SKSE Version: 1.05.07

For determining how many keys are pressed. (This function requires SKSE)

Syntax[edit | edit source]

int Function GetNumKeysPressed() global native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

Returns the number of keys pressed as an Int.

Examples[edit | edit source]

Int iNumKeysPressed = Input.GetNumKeysPressed()

Notes[edit | edit source]

None

See Also[edit | edit source]