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 156 of file command_executor.hpp.
|
inline |
Definition at line 158 of file command_executor.hpp.
const hotkey_command* hotkey::command_executor::queued_command::command |
Definition at line 162 of file command_executor.hpp.
Referenced by hotkey::command_executor::execute_command_wrap().
int hotkey::command_executor::queued_command::index |
Definition at line 163 of file command_executor.hpp.
Referenced by hotkey::command_executor::execute_command_wrap().
bool hotkey::command_executor::queued_command::press |
Definition at line 164 of file command_executor.hpp.
Referenced by hotkey::command_executor::execute_command_wrap().
bool hotkey::command_executor::queued_command::release |
Definition at line 165 of file command_executor.hpp.
Referenced by hotkey::command_executor::execute_command_wrap().