[client] app: fix spelling error

This commit is contained in:
Geoffrey McRae
2021-01-29 15:02:29 +11:00
parent aafdec02df
commit a00a6429d3
5 changed files with 8 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ void app_updateCursorPos(double x, double y);
void app_updateWindowPos(int x, int y);
void app_handleResizeEvent(int w, int h, const struct Border border);
void app_handleMouseRelitive(double normx, double normy,
void app_handleMouseRelative(double normx, double normy,
double rawx, double rawy);
void app_handleMouseBasic(void);