Searched refs:mousecy (Results 1 – 1 of 1) sorted by relevance
/dports/emulators/uae/uae-0.8.29/src/od-win32/ |
H A D | win32.c | 111 static int mousecx = 160, mousecy = 100, mousedx = 160, mousedy = 100; variable 117 mousecx = 160, mousecy = 100, mousedx = 160, mousedy = 100, mousecl = MAKELONG (160, 100); in WIN32_MouseDefaults() 126 mousecy = amigawin_rect.top + mousedy; in setmouseactive() 139 SetCursorPos (mousecx, mousecy); in setmouseactive() 281 SetCursorPos (mousecx, mousecy); in AmigaWindowProc() 284 SetCursorPos (mousecx, mousecy); in AmigaWindowProc() 498 SetCursorPos (mousecx, mousecy); in AmigaWindowProc()
|