removeEventListener
Summary
Removes a user-defined event handler.
Syntax
keyman.osk.removeEventListener(eventName, func);
Parameters
eventName
: Type: string
: The name of an event generated by the keyman.osk
object.
func
: Type: Function
: A function currently set to handle that event when it is raised.
Return Value
undefined
Description
To be implemented.
Will be the OSK's analogue of the to-be-implemented core function removeEventListener
.