projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38568f7
)
fixed event handling on (not yet functional) virtual buttons setup screen
author
Holger Schemel
<info@artsoft.org>
Tue, 8 May 2018 17:22:13 +0000
(19:22 +0200)
committer
Holger Schemel
<info@artsoft.org>
Tue, 5 Jun 2018 18:58:41 +0000
(20:58 +0200)
src/screens.c
patch
|
blob
|
history
diff --git
a/src/screens.c
b/src/screens.c
index dbac875b04ad6f9c90db1ed19b13029d412079e3..1c1efa62b309d5a0482ec6ca513a6fc8b1baa3d2 100644
(file)
--- a/
src/screens.c
+++ b/
src/screens.c
@@
-7211,7
+7211,7
@@
boolean ConfigureVirtualButtonsMain()
{
Event event;
-
if
(NextValidEvent(&event))
+
while
(NextValidEvent(&event))
{
switch (event.type)
{