Haxe API Documentation
Back | Index
typedef js.JqEvent
import js.JQuery
Available in js
var which : Int
var wheelDelta : Int
var type : String
var timeStamp : Int
var target : js.html.Element
function stopPropagation() : Void
function stopImmediatePropagation() : Void
var shiftKey : Bool
var relatedTarget : js.html.Element
function preventDefault() : Void
var pageY : Int
var pageX : Int
var metaKey : Bool
var keyCode : Int
function isPropationStopped() : Bool
function isImmediatePropagationStopped() : Bool
function isDefaultPrevented() : Bool
var delegateTarget : js.html.Element
var currentTarget : js.html.Element
var ctrlKey : Bool
var charCode : Int
var altKey : Bool
Back | Index