Property | Type | Description | |
---|---|---|---|
KeyboardEvent | System.Runtime.CompilerServices |
Method | Description | |
---|---|---|
GetModifierState ( string key ) : bool | ||
InitKeyEvent ( string type, bool canBubble, bool cancelable, WindowInstance view, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, int keyCode, int charCode ) : void |
Method | Description | |
---|---|---|
KeyboardEvent ( ) : System.Runtime.CompilerServices |
public GetModifierState ( string key ) : bool | ||
key | string | |
return | bool |
public InitKeyEvent ( string type, bool canBubble, bool cancelable, WindowInstance view, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, int keyCode, int charCode ) : void | ||
type | string | |
canBubble | bool | |
cancelable | bool | |
view | WindowInstance | |
ctrlKey | bool | |
altKey | bool | |
shiftKey | bool | |
metaKey | bool | |
keyCode | int | |
charCode | int | |
return | void |