{ "type": "class", | |
"qname": "org.apache.royale.events.utils.KeyboardEventConverter", | |
"baseClassname": "" | |
, | |
"description": "Converts low level keyboard events to Royale KeyboardEvents", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.8"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"members": [ | |
{ "type": "method", | |
"qname": "convert", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "Converts JS keyboard events to Royale ones. We're lying to the compiler for now because it thinks it's supposed to accept a goog.events.Event. We need to fix this in typedefs", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.8"]}, | |
{ "tagName": "royaleignorecoercion", | |
"values": ["Event", "goog.events.Event"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "org.apache.royale.events.KeyboardEvent", | |
"params": [{ "name": "nativeEvent", "type": "Object"}, | |
{ "name": "browserEvent", "type": "goog.events.BrowserEvent"}]} | |
] | |
} |