#include "gui/C4KeyboardInput.h"#include "c4group/C4LangStringTable.h"#include "object/C4Id.h"#include "platform/C4TimeMilliseconds.h"Go to the source code of this file.
Classes | |
| class | C4PlayerControlDef |
| class | C4PlayerControlDefs |
| struct | C4PlayerControlDefs::CInternalCons |
| struct | C4PlayerControlRecentKey |
| class | C4PlayerControlAssignment |
| class | C4PlayerControlAssignmentSet |
| class | C4PlayerControlAssignmentSets |
| class | C4PlayerControlFile |
| class | C4PlayerControl |
| struct | C4PlayerControl::CSync |
| struct | C4PlayerControl::CSync::ControlDownState |
Typedefs | |
| typedef std::list< C4PlayerControlRecentKey > | C4PlayerControlRecentKeyList |
| typedef std::vector< C4KeyCodeEx > | C4KeyCodeExVec |
| typedef std::vector< C4PlayerControlAssignment > | C4PlayerControlAssignmentVec |
| typedef std::vector< const C4PlayerControlAssignment * > | C4PlayerControlAssignmentPVec |
Enumerations | |
| enum | { CON_None = -1 } |
Variables | |
| const float | C4GFX_ZoomStep = 1.1040895f |
| typedef std::vector<C4KeyCodeEx> C4KeyCodeExVec |
Definition at line 139 of file C4PlayerControl.h.
| typedef std::vector<const C4PlayerControlAssignment *> C4PlayerControlAssignmentPVec |
Definition at line 227 of file C4PlayerControl.h.
| typedef std::vector<C4PlayerControlAssignment> C4PlayerControlAssignmentVec |
Definition at line 226 of file C4PlayerControl.h.
| typedef std::list<C4PlayerControlRecentKey> C4PlayerControlRecentKeyList |
Definition at line 137 of file C4PlayerControl.h.
| anonymous enum |
| const float C4GFX_ZoomStep = 1.1040895f |
Definition at line 26 of file C4PlayerControl.h.
Referenced by C4Viewport::AdjustZoomAndPosition(), C4ViewportList::ViewportZoomIn(), and C4ViewportList::ViewportZoomOut().