The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
hotkey::command_executor::queued_command Struct Reference

Public Member Functions

 queued_command (const hotkey_command &command_, int index_, bool press_, bool release_)
 

Public Attributes

const hotkey_commandcommand
 
int index
 
bool press
 
bool release
 

Detailed Description

Definition at line 196 of file command_executor.hpp.

Constructor & Destructor Documentation

◆ queued_command()

hotkey::command_executor::queued_command::queued_command ( const hotkey_command command_,
int  index_,
bool  press_,
bool  release_ 
)
inline

Definition at line 198 of file command_executor.hpp.

Member Data Documentation

◆ command

const hotkey_command* hotkey::command_executor::queued_command::command

◆ index

int hotkey::command_executor::queued_command::index

◆ press

bool hotkey::command_executor::queued_command::press

◆ release

bool hotkey::command_executor::queued_command::release

The documentation for this struct was generated from the following file: