Class SweetDevRia.KeyListener
key listener of SweetDevRia
Defined in: KeyListener.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> |
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
SweetDevRia.KeyListener.ESCAPE_KEY
Key constants
|
| Method Attributes | Method Name and Description |
|---|---|
| <private> <static> |
SweetDevRia.KeyListener.getEventType(evt)
Return the event type corresponding to the current event, of -1 if none are register for this key combinaison, or null if the event parameter is null
|
Field Detail
<static>
SweetDevRia.KeyListener.ESCAPE_KEY
Key constants
Method Detail
<private> <static>
SweetDevRia.KeyListener.getEventType(evt)
Return the event type corresponding to the current event, of -1 if none are register for this key combinaison, or null if the event parameter is null
- Parameters:
- {HTMLEvent} evt
- the event to analyze
- Returns:
- the event type for this event