Method | Description | |
---|---|---|
IsKey ( jQueryApi.jQueryEvent e, Key keyCode ) : bool |
Determines whether the specified code matches the given event.
|
|
ToKey ( jQueryApi.jQueryEvent e ) : Key |
Converts the given key event to the corresponding enum value (if represented in the enum).
|
Method | Description | |
---|---|---|
FireKeydown ( jQueryApi.jQueryEvent e ) : void | ||
FireKeyup ( jQueryApi.jQueryEvent e ) : void | ||
Keyboard ( ) : System |
Constructor.
|
public static IsKey ( jQueryApi.jQueryEvent e, Key keyCode ) : bool | ||
e | jQueryApi.jQueryEvent | The jQuery keyboard event. |
keyCode | Key | The code to match. |
return | bool |
public static ToKey ( jQueryApi.jQueryEvent e ) : Key | ||
e | jQueryApi.jQueryEvent | The jQuery keyboard event. |
return | Key |