ClanSoft logo
ClanSoft logo

    CL_Event_MouseMove

Event callback interface for mouse movement.

Parents: public virtual CL_Event

Description

This interface is used to intercept movements from the mosue.

To use this interface, inherit it and implement on_mouse_move(). Then add it to a CL_EventChain_MouseMove chain. The topmost chain is located in CL_Input.

Class members

virtual ~CL_Event_MouseMove()
virtual bool on_mouse_move( CL_InputDevice *device)

See Also

None


Back to index



This page was built using the Perceps documentation system.