EEex_KeyPressed

EEex_KeyPressed(key)

Sets the pressed status of the specified key and calls each registered key press listener previously registered by EEex_AddKeyPressedListener

Parameters

  • key - key code to set as pressed

Return

None

Example

EEex_KeyPressed(key)

See Also

EEex_InstallKeyHook, EEex_KeyReleased, EEex_AddKeyReleasedListener, EEex_AddKeyPressedListener