Add cursor support

This commit is contained in:
2023-12-07 19:24:29 +01:00
parent f27718cdbf
commit b410867902
4 changed files with 75 additions and 41 deletions

View File

@@ -114,7 +114,14 @@ void renderDebugPath(ecs_iter_t *it);
void updatePlayerInput();
/*
* Task:
* Task (rendering above ground):
* 0: Game (singleton)
* 0: InputState (singleton)
*/
void drawPlayerInputUIGround();
/*
* Task (rendering on top):
* 0: Game (singleton)
* 0: InputState (singleton)
*/