flixel.input.mouse

..
FlxMouse

This class helps contain and track the mouse pointer in your game. Automatically accounts for parallax scrolling, etc. Normally accessed via FlxG.mouse.

FlxMouseButton

FlxMouseButtonID

These IDs are negative to avoid overlaps with possible touch point IDs.

FlxMouseEvent

Provides mouse event detection for FlxObject and FlxSprite (pixel-perfect for those). To use it, register objects / sprites with FlxMouseEvent.add():

FlxMouseEventManager

Provides mouse event detection for FlxObject and FlxSprite (pixel-perfect for those). Normally you would use FlxMouseEvent static properties for this.