Touch on Andoid

I’m trying to bring a game engine to Android by using SDL1.3.
For some reason, it’s not getting Touch events.
I’m filtering the events so I’m not sure wether it’s than I’m doing something nasty (as SDL has code to support touch on android) or that it’s not working yet. Is it working for any of you?

Throw a log message in the Java onTouch() method?On Mon, Apr 11, 2011 at 10:29 AM, josebagar <joseba.gar at gmail.com> wrote:

I’m trying to bring a game engine to Android by using SDL1.3.
For some reason, it’s not getting Touch events.
I’m filtering the events so I’m not sure wether it’s than I’m doing
something nasty (as SDL has code to support touch on android) or that it’s
not working yet. Is it working for any of you?


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Thanks, that is working!. I must be doing something wrong when filtering those events. I’ll give it a more close look.