27 #ifndef DOXYGEN_SHOULD_SKIP_THIS
102 #ifndef DOXYGEN_SHOULD_SKIP_THIS
void setActive(bool active=true)
Change the active state of the control.
Definition: Control.h:70
virtual void processEvent(const Event &event)=0
Update the state of the control thanks to an event.
A physical control.
Definition: Control.h:38
bool isActive()
Check if the control is active.
Definition: Control.h:61
virtual ~Control()
Destroy the control.
Control()
Construct a control.
Definition: Control.h:44
Defines a system event and its parameters.
Definition: Event.h:115
#define GF_API
Definition: Portability.h:35
void reset()
Desactivate the control.
Definition: Control.h:85