Commit Graph

8 Commits

Author SHA1 Message Date
wrenczes 97dfc9f4bc Fix up passing by address on the float values. This is leftover crud from my attempts to pass float* instead of by value. I still can't make sense of what's wrong with the FingerDown calls - the mouse calls pass values in correctly, but the touch calls seem to corrupt the stack. 2011-06-08 09:57:43 +00:00
wrenczes@gmail.com c859d35c0b More incremental work on getting touch commands on Android. I've pinpointed a nasty problem that looks possibly like a compiler bug - the float values that are passed into SDL_SendFingerDown() are coming out junk on the other end. Probably an extra push of something on the stack, as when I tried using pointers to floats instead, the y value showed up in the x position. 2011-06-07 16:43:44 +00:00
wrenczes f7cad41013 Checkpoint on getting touch events to come through SDL. This (deliberately) breaks the mouse emulation & cripples input on Android, as those calls are being replaced with real finger down/up/motion commands instead. More to come... 2011-06-07 00:32:26 +00:00
wrenczes fa1abdc9d4 Project filters to split the SDL sources into /inc & /src folders. 2011-05-27 04:58:21 +00:00
Xawotihs 07ca0c19c3 Fixed postbuild event when path contains spaces 2011-05-23 20:28:18 +00:00
Xawotihs 3b0f47c420 Added SDL VS 2010 project and fixed some compilations and small resize bug 2011-05-22 21:35:19 +00:00
Xawotihs 4ed7f10def - Added SDL, libjpeg and libpng
- Added Android project and Java files
2011-04-23 19:25:48 +00:00
wagic.the.homebrew d45e3b101b 2008-11-02 09:50:16 +00:00