merged with temp input update fix
This commit is contained in:
commit
7cfea02681
3 changed files with 11 additions and 5 deletions
|
|
@ -7,6 +7,7 @@ extern "C" {
|
|||
|
||||
#include "arc/input/keyboard.h"
|
||||
#include "arc/input/mouse.h"
|
||||
#include "arc/std/bool.h"
|
||||
|
||||
/**
|
||||
* @brief predefien ARC_EngineData so as not to get circular reference
|
||||
|
|
@ -19,7 +20,7 @@ void ARC_Input_CreateWithEngineData(ARC_Input **input, ARC_EngineData *data);
|
|||
|
||||
void ARC_Input_Destroy(ARC_Input *input);
|
||||
|
||||
void ARC_Input_Update(ARC_Input *input);
|
||||
ARC_Bool ARC_Input_Update(ARC_Input *input);
|
||||
|
||||
ARC_Keyboard *ARC_Input_GetKeyboard(ARC_Input *input);
|
||||
|
||||
|
|
@ -29,4 +30,4 @@ ARC_Mouse *ARC_Input_GetMouse(ARC_Input *input);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif // !ARC_INPUT_H_
|
||||
#endif // !ARC_INPUT_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue