Public Member Functions | |
queued_command (const hotkey_command &command_, int index_, bool press_, bool release_) | |
Public Attributes | |
const hotkey_command * | command |
int | index |
bool | press |
bool | release |
Definition at line 196 of file command_executor.hpp.
|
inline |
Definition at line 198 of file command_executor.hpp.
const hotkey_command* hotkey::command_executor::queued_command::command |
Definition at line 202 of file command_executor.hpp.
Referenced by hotkey::command_executor::execute_command_wrap().
int hotkey::command_executor::queued_command::index |
Definition at line 203 of file command_executor.hpp.
Referenced by hotkey::command_executor::execute_command_wrap().
bool hotkey::command_executor::queued_command::press |
Definition at line 204 of file command_executor.hpp.
Referenced by hotkey::command_executor::execute_command_wrap().
bool hotkey::command_executor::queued_command::release |
Definition at line 205 of file command_executor.hpp.
Referenced by hotkey::command_executor::execute_command_wrap().