Class Index | File Index

Classes


Class SweetDevRia.KeyListener

key listener of SweetDevRia
Defined in: KeyListener.js.

Class Summary
Constructor Attributes Constructor Name and Description
<private>  
Field Summary
Field Attributes Field Name and Description
<static>  
SweetDevRia.KeyListener.ESCAPE_KEY
Key constants
Method Summary
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
Class Detail
<private> SweetDevRia.KeyListener(id)
Parameters:
id
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

Documentation generated by JsDoc Toolkit 2.0.0 on Thu Dec 02 2010 15:18:55 GMT+0100 (CET)