still working on adding frames to config
This commit is contained in:
parent
3fa74e8f9e
commit
0591b6ca6e
10 changed files with 199 additions and 53 deletions
|
|
@ -30,7 +30,7 @@ typedef enum ARC_MouseButton {
|
|||
void ARC_Mouse_Create(ARC_Mouse **mouse, ARC_MouseInfo *info);
|
||||
void ARC_Mouse_Destroy(ARC_Mouse *mouse);
|
||||
void ARC_Mouse_Update(ARC_Mouse *mouse);
|
||||
ARC_Point ARC_Mouse_GetCoords(ARC_Mouse *mouse);
|
||||
ARC_Point *ARC_Mouse_GetCoords(ARC_Mouse *mouse);
|
||||
ARC_MouseState ARC_Mouse_GetState(ARC_Mouse *mouse, ARC_MouseButton button);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue