![]() | |
![]() | ![]() |
CL_EventChain_MouseExitEvent sending interface for mouse exit. Parents: public CL_EventChain<CL_Event_MouseExit*>, public CL_Event_MouseExit Description
Event chains are used to route an event to an event listener. The toplevel event chain for mouse exit, located in CL_Input, is called by ClanLib, but you can also send false events by calling on_mouse_exit() yourself. Note that CL_EventChain_MouseExit is inheriated from CL_EventMouseExit, 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_exit( CL_InputDevice *device) See AlsoNone |