Subversion Repositories Kolibri OS

Rev

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

Rev 3912 Rev 3940
Line 2008... Line 2008...
2008
10, 11, 23 - they notify only about events allowed by this mask.
2008
10, 11, 23 - they notify only about events allowed by this mask.
2009
Parameters:
2009
Parameters:
2010
  * eax = 40 - function number
2010
  * eax = 40 - function number
2011
  * ebx = mask: bit i corresponds to event i+1 (see list of events)
2011
  * ebx = mask: bit i corresponds to event i+1 (see list of events)
2012
    (set bit permits notice on event)
2012
    (set bit permits notice on event)
2013
    bit 31: active/inactive filter
2013
    bit 31: mouse active/inactive filter
2014
    bit 31 = 0 - inactive window receive mouse events
2014
    bit 31 = 0 - inactive window receive mouse events
2015
    bit 31 = 1 - inactive window does not receive mouse events
2015
    bit 31 = 1 - inactive window does not receive mouse events
2016
    bit 30: cursor position filter
2016
    bit 30: cursor position filter
2017
    bit 30 = 0 = the window receive mouse events if cursor
2017
    bit 30 = 0 = the window receive mouse events if cursor
2018
                 outside window
2018
                 outside window