mouse pan and reset offset

This commit is contained in:
Luka Jankovic 2025-08-13 20:30:30 +02:00
parent 7189f28c00
commit 2026f8ac8d
5 changed files with 32 additions and 1 deletions

View file

@ -74,4 +74,6 @@ void kubo_context_input_down(struct kubo_context *context);
void kubo_context_input_left(struct kubo_context *context);
void kubo_context_input_right(struct kubo_context *context);
void kubo_context_reset_offset(struct kubo_context *context);
#endif