Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0 (current version)Version 16.0Version 15.0Version 14.0Version 13.0Version 12.0Version 11.0Version 10.0Version 2.0

On this page

removeEventListener

Summary

Removes a user-defined event handler.

Syntax

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.