C# Class System.Html.KeyboardEvent

Inheritance: UIEvent
Show file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
KeyboardEvent System.Runtime.CompilerServices

Public Methods

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

Private Methods

Method Description
KeyboardEvent ( ) : System.Runtime.CompilerServices

Method Details

GetModifierState() public method

public GetModifierState ( string key ) : bool
key string
return bool

InitKeyEvent() public method

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