19/02/18 21:39:57.37 2CdapbG+.net
>>217
イメージはこんな感じの処理を期待しています。
URLリンク(imgur.com)
CALL ChkImgX.uws
winid = getid("Main")
x1 = 0
y1 = 0
x2 = 1280
y2 = 720
Detect_num = 1
Threshold_delta = 5
Target_color = -1
startup_chkimgx()
ifb CHKIMGX("pic/select.png" , winid , x1 , y1 , x2 , y2 , Detect_num , Threshold_delta , Target_color)
CMD = "cd C:\Program Files (x86)\Nox\bin & nox_adb shell input touchscreen tap " + G_IMGX_X + " " + G_IMGX_Y
DOSCMD(CMD)
endif
shutdown_chkimgx()