![]() |
3DRadSpace
v1.0.0a
Scripting documentation
|
Input key used for the EventOnKey and related objects. More...
Public Member Functions | |
KeyInput (Keys key=Keys.None, KeyInputType state=KeyInputType.Released) | |
Main constructor of KeyInput More... | |
Public Attributes | |
Keys | Key |
The key More... | |
KeyInputType | State |
The key state. More... | |
Input key used for the EventOnKey and related objects.
_3DRadSpaceDll.KeyInput.KeyInput | ( | Keys | key = Keys.None , |
KeyInputType | state = KeyInputType.Released |
||
) |
Main constructor of KeyInput
key | Specified keyboard button. |
state | Specified state. |
Keys _3DRadSpaceDll.KeyInput.Key |
The key
KeyInputType _3DRadSpaceDll.KeyInput.State |
The key state.