Subversion Repositories Kolibri OS

Rev

Rev 2244 | Rev 2410 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2244 Rev 2409
Line 1876... Line 1876...
1876
10, 11, 23 - they notify only about events allowed by this mask.
1876
10, 11, 23 - they notify only about events allowed by this mask.
1877
Parameters:
1877
Parameters:
1878
  * eax = 40 - function number
1878
  * eax = 40 - function number
1879
  * ebx = mask: bit i corresponds to event i+1 (see list of events)
1879
  * ebx = mask: bit i corresponds to event i+1 (see list of events)
1880
    (set bit permits notice on event)
1880
    (set bit permits notice on event)
-
 
1881
    bit 3: mouse events filtration
-
 
1882
    bit 3 = 1 - inactive window do not receive mouse events
-
 
1883
    bit 3 = 0 - windows always recievs mouse events
1881
Returned value:
1884
Returned value:
1882
  * eax = previous value of mask
1885
  * eax = previous value of mask
1883
Remarks:
1886
Remarks:
1884
  * Default mask (7=111b) enables nofices about redraw,
1887
  * Default mask (7=111b) enables nofices about redraw,
1885
    keys and buttons. This is enough for many applications.
1888
    keys and buttons. This is enough for many applications.