![]() | |
![]() | ![]() |
CL_EventChain_ButtonReleaseEvent sending interface for button releases. Parents: public CL_EventChain<CL_Event_ButtonRelease*>, public CL_Event_ButtonRelease Description
Event chains are used to route an event to an event listener. The toplevel event chain for button releases, located in CL_Input, is called by ClanLib, but you can also send false events by calling on_button_release() yourself. Note that CL_EventChain_ButtonRelease is inheriated from CL_EventButtonRelease, 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_button_release( CL_InputDevice *device, const CL_Key &key) See AlsoNone |