ClanSoft logo
ClanSoft logo

    CL_Event_MouseEnter

Event callback interface for when the mouse enters the window.

Parents: public virtual CL_Event

Description

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

Class members

virtual ~CL_Event_MouseEnter()
virtual bool on_mouse_enter( CL_InputDevice *device)

See Also

None


Back to index



This page was built using the Perceps documentation system.