Raspberry Pi support (also unified UDEV and EVDEV support)

This commit is contained in:
Gabriel Jacobo 2013-09-28 13:28:19 -03:00
parent e0b5831e14
commit c7f38347b7
21 changed files with 2331 additions and 46 deletions

View file

@ -246,13 +246,11 @@ SDL_PrivateSendMouseMotion(SDL_Window * window, SDL_MouseID mouseID, int relativ
mouse->xdelta += xrel;
mouse->ydelta += yrel;
#if 0 /* FIXME */
/* Move the mouse cursor, if needed */
if (mouse->cursor_shown && !mouse->relative_mode &&
mouse->MoveCursor && mouse->cur_cursor) {
mouse->MoveCursor(mouse->cur_cursor);
}
#endif
/* Post the event, if desired */
posted = 0;