f***ed up and needed to rework packages
This commit is contained in:
parent
f4592ae8d0
commit
b43ab1702f
73 changed files with 194 additions and 2045 deletions
|
|
@ -7,6 +7,11 @@ extern "C" {
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* @brief predefien ARC_Input so as not to get circular reference
|
||||
*/
|
||||
typedef struct ARC_Input ARC_Input;
|
||||
|
||||
typedef struct ARC_Keyboard ARC_Keyboard;
|
||||
|
||||
typedef struct ARC_KeyboardInfo ARC_KeyboardInfo;
|
||||
|
|
@ -19,7 +24,8 @@ typedef enum ARC_KeyboardState {
|
|||
|
||||
#define ARC_KEYBOARD_BUTTON_NUM 239
|
||||
|
||||
void ARC_Keyboard_Create(ARC_Keyboard **keyboard, ARC_KeyboardInfo *info);
|
||||
void ARC_Keyboard_CreateWithInput(ARC_Keyboard **keyboard, ARC_Input *input);
|
||||
|
||||
void ARC_Keyboard_Destroy(ARC_Keyboard *keyboard);
|
||||
void ARC_Keyboard_Update(ARC_Keyboard *keyboard);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue