Home
last modified time | relevance | path

Searched refs:cursordevice (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
DSDL_macmouse.c111 CursorDevice *cursordevice; in Mac_WarpWMCursor() local
113 cursordevice = nil; in Mac_WarpWMCursor()
114 CursorDeviceNextDevice(&cursordevice); in Mac_WarpWMCursor()
115 if ( cursordevice != nil ) { in Mac_WarpWMCursor()
125 CursorDeviceMoveTo(cursordevice, where.h, where.v); in Mac_WarpWMCursor()