HSP - Hot Soup Processor [15]
■ このスレッドは過去ログ倉庫に格納されています
0714名前は開発中のものです。
2007/10/16(火) 19:15:08ID:h7U/2WCz#func global GetCursorPos "GetCursorPos" var
#func global ScreenToClient "ScreenToClient" int, var
dim point, 2
repeat
GetCursorPos point
ScreenToClient hwnd, point
redraw 0
color 192,192,192
boxf
color 0,0,0
pos 0,0
mes "(" + point.0 + ", " + point.1 + ")"
redraw 1
await 16
loop
win32APIを使ってみた。これでおk?
■ このスレッドは過去ログ倉庫に格納されています