class
MouseEvent

package haxe.ui.events

↪ haxe.ui.events.MouseEvent


read-only
static
CLICK:String
read-only
static
DBL_CLICK:String
read-only
static
MOUSE_DOWN:String
read-only
static
MOUSE_MOVE:String
read-only
static
MOUSE_OUT:String
read-only
static
MOUSE_OVER:String
read-only
static
MOUSE_UP:String
read-only
static
MOUSE_WHEEL:String
read-only
static
RIGHT_CLICK:String
read-only
static
RIGHT_MOUSE_DOWN:String
read-only
static
RIGHT_MOUSE_UP:String


buttonDown:Bool
ctrlKey:Bool
delta:Float
read-only
localX:Null<Float>
read-only
localY:Null<Float>
screenX:Float
screenY:Float
shiftKey:Bool
touchEvent:Bool


override
clone():MouseEvent