CursorState
Struct to define the cursor's state.
Public Methods
CursorState Create
Create and return an initialized version of this struct.
public static CursorState Create(
uint xPosition,
uint yPosition,
EventFlags modifiers
)
Parameters
Type | Name | Description |
---|---|---|
uint | xPosition | |
uint | yPosition | |
EventFlags | modifiers | Flags to set special key states during input. |
Returns: A new instance of this struct.
Public Attributes
Modifiers
Should be one or combination of #MLWebViewEventFlags.
public EventFlags Modifiers;
Type | Description |
---|---|
EventFlags | Flags to set special key states during input. |
Version
Version of this struct.
public uint Version;
XPosition
Horizontal position of the cursor.
public uint XPosition;
YPosition
Vertical position of the cursor.
public uint YPosition;