Struct
InputProxy.KeyboardInput
public struct KeyboardInput
Constructors
|
Improve this Doc
View Source
Declaration
public KeyboardInput(InputProxy.KeyCode key, InputProxy.KeyboardFlag flags, uint timestamp, IntPtr extraInfo)
Parameters
Fields
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public readonly uint Flags
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public readonly ushort Key
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Declaration
public readonly ushort ScanCode
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
The timestamp of the event, if 0, OS will just make its own. This is useful if you want to simulate
a duration of time between input events.
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
See Also