HomeSort by relevance Sort by last modified time
    Searched refs:mouse_accel (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse.c 259 &mouse_accel.numerator,
260 &mouse_accel.denominator,
261 &mouse_accel.threshold);
275 mouse_accel.numerator,
276 mouse_accel.denominator,
277 mouse_accel.threshold);
SDL_x11video.h 97 } mouse_accel; member in struct:SDL_PrivateVideoData
185 #define mouse_accel (this->hidden->mouse_accel) macro

Completed in 37 milliseconds