KeyboardGetKeyCodeById Method |
Gets the KeyCode of the key with the specified element identifier id.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic KeyCode GetKeyCodeById(
int elementIdentifierId
)
Parameters
- elementIdentifierId Int32
- The element identifier id.
Return Value
KeyCodeKeyCode of the key.
See Also