TINYPAD - checking for "rolled up" window

git-svn-id: svn://kolibrios.org@2065 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79)
2011-08-18 19:24:49 +00:00
parent aa73e200ce
commit b1151ec51a
2 changed files with 19 additions and 1 deletions

View File

@@ -58,6 +58,13 @@ endp
mouse_ev dd mouse.l_down,mouse.l_up,mouse.r_down,mouse.r_up,mouse.wheel,mouse.move
mouse:
mcall 9,p_info,-1
mov eax,[p_info+70] ;status of window
test eax,100b
jne still.skip_write
mov ecx,mst
call get_mouse_event
cmp [bot_mode],0