added scrollY functions
This commit is contained in:
parent
b2055f667c
commit
7fe9d6d491
3 changed files with 15 additions and 7 deletions
|
|
@ -6,6 +6,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include "arc/math/point.h"
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct ARC_Mouse ARC_Mouse;
|
||||
|
||||
|
|
@ -32,6 +33,7 @@ void ARC_Mouse_Destroy(ARC_Mouse *mouse);
|
|||
void ARC_Mouse_Update(ARC_Mouse *mouse);
|
||||
ARC_Point *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);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue