mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Handle auch das Loslassen von tasten
This commit is contained in:
parent
8f055c9c97
commit
f3ec32343a
1 changed files with 3 additions and 0 deletions
|
@ -209,6 +209,9 @@ IN_GetEvent(SDL_Event *event)
|
|||
}
|
||||
break;
|
||||
|
||||
case SDL_MOUSEBUTTONUP:
|
||||
break;
|
||||
|
||||
/* The user pressed a button */
|
||||
case SDL_KEYDOWN:
|
||||
/* Fullscreen switch via Alt-Return */
|
||||
|
|
Loading…
Reference in a new issue