ClanSoft logo
ClanSoft logo

    CL_EventChain_MouseMove

Event sending interface for mouse movement.

Parents: public CL_EventChain<CL_Event_MouseMove*>, public CL_Event_MouseMove

Description

Event chains are used to route an event to an event listener. The toplevel event chain for mouse movement, located in CL_Input, is called by ClanLib, but you can also send false events by calling on_mouse_move() yourself.

Note that CL_EventChain_MouseMove is inheriated from CL_EventMouseMove, so you can add a chain to the toplevel chain. This is useful, if you want to do more advanced routing of events.

Class members

virtual bool on_mouse_move( CL_InputDevice *device)

See Also

None


Back to index



This page was built using the Perceps documentation system.