class flixel.system.replay.MouseRecord extends FlxPoint

Available on all platforms

A helper class for the frame records, part of the replay/demo/recording system.

Instance Fields

var button:Int

The state of the left mouse button.

var wheel:Int

The state of the mouse wheel.

function new(X:Int, Y:Int, Button:Int, Wheel:Int):Void

Instantiate a new mouse input record. * *

X

The main X value of the mouse in screen space. *

Y

The main Y value of the mouse in screen space. *

Button

The state of the left mouse button. *

Wheel

The state of the mouse wheel.