InputEvent
Show declaration
struct InputEvent play version("2.4");
The information for a StaticEventHandler.InputProcess
event.
Instance Members
-
readOnly EGenericEvent Type
-
The kind of input event this is.
-
readOnly EDoomInputKeys KeyScan
-
The key-code for
InputEvent.Type_KeyDown
,InputEvent.Type_KeyUp
, andInputEvent.Type_Mouse
events.
-
readOnly string KeyString
-
The character code for
KeyScan
as a string, if it is used and can be represented as one.
-
readOnly int KeyChar
-
The character code for
KeyScan
as an integer, if it is used and can be represented as one.
-
readOnly int MouseX
-
The horizontal mouse position differential1 for
InputEvent.Type_Mouse
.
-
readOnly int MouseY
-
The vertical mouse position differential1 for
InputEvent.Type_Mouse
.
1
The difference between the last known position and the current position.