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

FlxMouseEventManager

Provides mouse event detection for FlxObject and FlxSprite (pixel-perfect for those). To use it, initialize the manager and register objects / sprites.