24#include "GraphicsApi.h"
27#ifndef DOXYGEN_SHOULD_SKIP_THIS
98#ifndef DOXYGEN_SHOULD_SKIP_THIS
A physical control.
Definition: Control.h:38
void reset()
Desactivate the control.
Definition: Control.h:81
void setActive(bool active=true)
Change the active state of the control.
Definition: Control.h:70
virtual ~Control()
Destroy the control.
bool isActive() const
Check if the control is active.
Definition: Control.h:61
virtual void processEvent(const Event &event)=0
Update the state of the control thanks to an event.
Control()
Construct a control.
Definition: Control.h:44
@ Event
An event is pending on the sockets.
The namespace for gf classes.
Defines a system event and its parameters.
Definition: Event.h:224