Subversion Repositories Kolibri OS

Rev

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

Rev 1078 Rev 1153
Line 1912... Line 1912...
1912
Parameters:
1912
Parameters:
1913
  * eax = 40 - function number
1913
  * eax = 40 - function number
1914
  * ebx = mask: bit i corresponds to event i+1 (see list of events)
1914
  * ebx = mask: bit i corresponds to event i+1 (see list of events)
1915
    (set bit permits notice on event)
1915
    (set bit permits notice on event)
1916
Returned value:
1916
Returned value:
1917
  * function does not return value
1917
  * eax = previous value of mask
1918
Remarks:
1918
Remarks:
1919
  * Default mask (7=111b) enables nofices about redraw,
1919
  * Default mask (7=111b) enables nofices about redraw,
1920
    keys and buttons. This is enough for many applications.
1920
    keys and buttons. This is enough for many applications.
1921
  * Events prohibited in the mask are saved anyway, when come;
1921
  * Events prohibited in the mask are saved anyway, when come;
1922
    they are simply not informed with event functions.
1922
    they are simply not informed with event functions.