A small tool for reliably retrieving and registering single & double clicks as well as drag events.In some types of projects, the mouse cursor plays a vital part in the game's mechanics. The Impossible Odds Mouse Events tool provides a robust way in dealing with clicking and dragging events in your game. This tool offers you the following features:Single and double clicking,Dragging and drag completion,Events and callbacks for each of these operations, andTracking over several mouse buttons at once.Note: this tool is designed to be used in world/transform-space (e.g. creating selection boxes, selecting an object), and not UI-space.