[client] app: add and expose new app_handleButtonPress/Release methods

This commit is contained in:
Geoffrey McRae
2021-01-17 14:23:51 +11:00
parent 570abeda52
commit e106f2096b
2 changed files with 22 additions and 16 deletions

View File

@@ -35,6 +35,8 @@ void app_handleResizeEvent(int w, int h);
void app_handleMouseGrabbed(double ex, double ey);
void app_handleMouseNormal(double ex, double ey);
void app_handleMouseBasic(void);
void app_handleButtonPress(int button);
void app_handleButtonRelease(int button);
void app_handleWindowEnter(void);
void app_handleWindowLeave(void);
void app_handleFocusEvent(bool focused);