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 214 of file command_executor.hpp.
      
  | 
  inline | 
Definition at line 216 of file command_executor.hpp.
| const hotkey_command* hotkey::command_executor::queued_command::command | 
Definition at line 220 of file command_executor.hpp.
Referenced by hotkey::command_executor::execute_command_wrap().
| int hotkey::command_executor::queued_command::index | 
Definition at line 221 of file command_executor.hpp.
Referenced by hotkey::command_executor::execute_command_wrap().
| bool hotkey::command_executor::queued_command::press | 
Definition at line 222 of file command_executor.hpp.
Referenced by hotkey::command_executor::execute_command_wrap().
| bool hotkey::command_executor::queued_command::release | 
Definition at line 223 of file command_executor.hpp.
Referenced by hotkey::command_executor::execute_command_wrap().