ClanSoft logo
ClanSoft logo

    CL_Event_MouseExit

Event callback interface for when the mouse exits the window.

Parents: public virtual CL_Event

Description

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

Class members

virtual ~CL_Event_MouseExit()
virtual bool on_mouse_exit( CL_InputDevice *device)

See Also

None


Back to index



This page was built using the Perceps documentation system.