Made input work on fixed timesteps primarily.
This commit is contained in:
@@ -25,6 +25,8 @@ typedef struct {
|
||||
inputaction_t action;
|
||||
float_t lastValue;
|
||||
float_t currentValue;
|
||||
float_t lastFixedValue;
|
||||
float_t currentFixedValue;
|
||||
} inputactiondata_t;
|
||||
|
||||
extern const char_t* INPUT_ACTION_NAMES[INPUT_ACTION_COUNT];
|
||||
|
||||
Reference in New Issue
Block a user