Fork me on GitHub
View source

package haxepunk.input

class MouseData

defined in haxepunk.input.MouseManager;

Constructor

View source

new (entity : Entity, onPress : MouseCallback, onRelease : MouseCallback, onEnter : MouseCallback, onExit : MouseCallback, onWheel : MouseWheelCallback, fallThrough : Bool) : Void