Class type Dom.keyEvent


class type keyEvent = object .. end
Inherits
method _get_altKey : bool
method _get_ctrlKey : bool
method _get_metaKey : bool
method _get_shiftKey : bool
method _get_outputString : string
method _get_keyCode : int
method _get_keyVal : int
method _get_virtKeyVal : int
method _get_inputGenerated : bool
method _get_numPad : bool
method checkModifier : int -> bool
method initKeyEvent : string ->
bool ->
bool ->
abstractView -> int -> string -> int -> int -> bool -> bool -> unit
method initModifier : int -> bool -> unit