프로퍼티 | 타입 | 설명 | |
---|---|---|---|
KeyboardEvent | System.Runtime.CompilerServices |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
KeyboardEvent ( ) : System.Runtime.CompilerServices |
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 | |
리턴 | void |