refactor window, separate mouse, key input
This commit is contained in:
parent
01a6c5e4ff
commit
f768cff6d2
2 changed files with 33 additions and 10 deletions
|
|
@ -35,7 +35,8 @@ bool kubo_window_should_close(struct kubo_context *context);
|
|||
|
||||
void kubo_window_tick(struct kubo_context *context);
|
||||
|
||||
void kubo_window_render(struct kubo_context *context);
|
||||
void kubo_window_input(struct kubo_context *context);
|
||||
static void window_render(struct kubo_context *context);
|
||||
static void window_mouse_input(struct kubo_context *context);
|
||||
static void window_key_input(struct kubo_context *context);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue