sdl3 migrate now compiling, need to go through all the files and clean them up
This commit is contained in:
parent
0dab5f336b
commit
df4390ddba
3 changed files with 11 additions and 7 deletions
|
|
@ -35,7 +35,7 @@ void ARC_Mouse_CreateWithInput(ARC_Mouse **mouse, ARC_Input *input);
|
|||
|
||||
void ARC_Mouse_Destroy(ARC_Mouse *mouse);
|
||||
void ARC_Mouse_Update(ARC_Mouse *mouse);
|
||||
ARC_Point *ARC_Mouse_GetCoords(ARC_Mouse *mouse);
|
||||
ARC_FPoint *ARC_Mouse_GetCoords(ARC_Mouse *mouse);
|
||||
ARC_MouseState ARC_Mouse_GetState(ARC_Mouse *mouse, ARC_MouseButton button);
|
||||
int32_t *ARC_Mouse_GetScrollY(ARC_Mouse *mouse);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue