ManaPlus
Public Member Functions | Data Fields
InputItem Struct Reference

#include <inputitem.h>

Public Member Functions

 InputItem ()
 
 InputItem (const InputTypeT type0, const int value0)
 

Data Fields

InputTypeT type
 
int value
 

Detailed Description

Definition at line 29 of file inputitem.h.

Constructor & Destructor Documentation

◆ InputItem() [1/2]

InputItem::InputItem ( )
inline

Definition at line 31 of file inputitem.h.

31  :
33  value(-1)
34  { }
int value
Definition: inputitem.h:45
InputTypeT type
Definition: inputitem.h:44

◆ InputItem() [2/2]

InputItem::InputItem ( const InputTypeT  type0,
const int  value0 
)
inline

Definition at line 36 of file inputitem.h.

37  :
38  type(type0),
39  value(value0)
40  { }

Field Documentation

◆ type

InputTypeT InputItem::type

◆ value

int InputItem::value

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