HomeSort by relevance Sort by last modified time
    Searched full:cursordevice (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macmouse.c 111 CursorDevice *cursordevice; local
113 cursordevice = nil;
114 CursorDeviceNextDevice(&cursordevice);
115 if ( cursordevice != nil ) {
125 CursorDeviceMoveTo(cursordevice, where.h, where.v);

Completed in 40 milliseconds