![]() | |
![]() | ![]() |
CL_EventChain_MouseEnterEvent sending interface for mouse entering. Parents: public CL_EventChain<CL_Event_MouseEnter*>, public CL_Event_MouseEnter Description
Event chains are used to route an event to an event listener. The toplevel event chain for mouse entering, located in CL_Input, is called by ClanLib, but you can also send false events by calling on_mouse_enter() yourself. Note that CL_EventChain_MouseEnter is inheriated from CL_EventMouseEnter, so you can add a chain to the toplevel chain. This is useful, if you want to do more advanced routing of events. Class membersvirtual bool on_mouse_enter( CL_InputDevice *device) See AlsoNone |