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,6 +74,10 @@ static void key_input(struct kubo_context *context) {
kubo_context_delete_wall(context);
break;
case KEY_SPACE:
kubo_context_reset_offset(context);
break;
default:
break;
}