17 #ifndef _GAZEBO_GUI_KEYEVENTHANDLER_PRIVATE_HH_
18 #define _GAZEBO_GUI_KEYEVENTHANDLER_PRIVATE_HH_
bool autoRepeat
Boolean to toggle autorepeats (events that occur continuously while a key held down by the user) for ...
Definition: KeyEventHandlerPrivate.hh:39
std::list< KeyEventHandler::Filter > releaseFilters
List of key release filters.
Definition: KeyEventHandlerPrivate.hh:35
Private data for the KeyEventHandler class.
Definition: KeyEventHandlerPrivate.hh:29
std::list< KeyEventHandler::Filter > pressFilters
List of key press filters.
Definition: KeyEventHandlerPrivate.hh:32