Scap_Pato
2017-03-16 10:29:47 UTC
good morning.
i've recompiled my program with new sdl 2.05
all working well but
when i use touch screen
my
if (SDL_PollEvent(&e)){
code here
}
recognize it like if key pressed and issue a message
INFO the key you just pressed is not recognize by SDL to help get this fixed please report this to SDL mailing list EVDEV KeyCode 330
INFO the key you just pressed is not recognize by SDL to help get this fixed please report this to SDL mailing list EVDEV KeyCode 330
yes twice every touch pressed
(as you know BTN_TOUCH code is 330)
of course i recognize well the touch screen and the keyboard
any hints?
workaround?
maybe is possible to disable the INFO message ?
my program works fine...
best regards
luigi
i've recompiled my program with new sdl 2.05
all working well but
when i use touch screen
my
if (SDL_PollEvent(&e)){
code here
}
recognize it like if key pressed and issue a message
INFO the key you just pressed is not recognize by SDL to help get this fixed please report this to SDL mailing list EVDEV KeyCode 330
INFO the key you just pressed is not recognize by SDL to help get this fixed please report this to SDL mailing list EVDEV KeyCode 330
yes twice every touch pressed
(as you know BTN_TOUCH code is 330)
of course i recognize well the touch screen and the keyboard
any hints?
workaround?
maybe is possible to disable the INFO message ?
my program works fine...
best regards
luigi