comparison src/video/x11/SDL_x11video.c @ 3764:2970fcfbdd54 gsoc2008_manymouse

Relative mode for tablets. Info on wiki.
author Szymon Wilczek <kazeuser@gmail.com>
date Thu, 03 Jul 2008 22:03:58 +0000
parents 81ea7d9a6624
children 9087a84cba51
comparison
equal deleted inserted replaced
3763:81ea7d9a6624 3764:2970fcfbdd54
360 X11_QuitKeyboard(_this); 360 X11_QuitKeyboard(_this);
361 X11_QuitMouse(_this); 361 X11_QuitMouse(_this);
362 free(SDL_XDevices); 362 free(SDL_XDevices);
363 } 363 }
364 364
365 /*void X11_ForwardWindowCoordinates(int x, int y)
366 {
367 SDL_VideoData *data = (SDL_VideoData *) _this->driverdata;
368 }*/
369
365 /* vim: set ts=4 sw=4 expandtab: */ 370 /* vim: set ts=4 sw=4 expandtab: */