OpenClonk
C4PlayerControl.h File Reference
Include dependency graph for C4PlayerControl.h:
This graph shows which files directly or indirectly include this file:

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< C4PlayerControlRecentKeyC4PlayerControlRecentKeyList
 
typedef std::vector< C4KeyCodeExC4KeyCodeExVec
 
typedef std::vector< C4PlayerControlAssignmentC4PlayerControlAssignmentVec
 
typedef std::vector< const C4PlayerControlAssignment * > C4PlayerControlAssignmentPVec
 

Enumerations

enum  { CON_None = -1 }
 

Variables

const float C4GFX_ZoomStep = 1.1040895f
 

Typedef Documentation

◆ C4KeyCodeExVec

typedef std::vector<C4KeyCodeEx> C4KeyCodeExVec

Definition at line 139 of file C4PlayerControl.h.

◆ C4PlayerControlAssignmentPVec

Definition at line 227 of file C4PlayerControl.h.

◆ C4PlayerControlAssignmentVec

Definition at line 226 of file C4PlayerControl.h.

◆ C4PlayerControlRecentKeyList

Definition at line 137 of file C4PlayerControl.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
CON_None 

Definition at line 93 of file C4PlayerControl.h.

93 { CON_None = -1 }; // No/undefined control
@ CON_None

Variable Documentation

◆ C4GFX_ZoomStep

const float C4GFX_ZoomStep = 1.1040895f