| 赞 | 12  | 
 
| VIP | 0 | 
 
| 好人卡 | 0 | 
 
| 积分 | 28 | 
 
| 经验 | 0 | 
 
| 最后登录 | 2024-1-27 | 
 
| 在线时间 | 585 小时 | 
 
 
 
 
 
Lv3.寻梦者 
	- 梦石
 - 0 
 
        - 星屑
 - 2821 
 
        - 在线时间
 - 585 小时
 
        - 注册时间
 - 2022-7-13
 
        - 帖子
 - 89
 
 
 
 | 
	
能兼容一下对RGSS1的鼠标支持吗? 
- $ShowCursor = Win32API.new("user32", "ShowCursor", 'i', 'l')
 
 - $GetCursorPos = Win32API.new("user32", "GetCursorPos", 'p', 'i')
 
 - $ScreenToClient = Win32API.new("user32", "ScreenToClient", 'ip', 'i')
 
 - $GetActiveWindow = Win32API.new("user32", "GetActiveWindow", nil, 'l')
 
 - $Window_HWND = $GetActiveWindow.call
 
 - $GetKeyState = Win32API.new("user32", "GetKeyState", 'i', 'i')
 
  复制代码 
 GetActiveWindow = Win32API.new("user32", "GetActiveWindow", nil, 'l') 报错 |   
 
 
 
 |