allow pause key to be changeable

This commit is contained in:
Anthony Samms
2025-11-17 21:54:29 -05:00
parent aeb0d12e25
commit 24e0c8d980
3 changed files with 3 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ class KeysConfig(TypedDict):
exit_key: int
fullscreen_key: int
borderless_key: int
pause_key: int
back_key: int
restart_key: int