First checkin, AXE release 0.2
[AXE.git] / doc / window_selectinput.html
1 <html>
2 <head>
3 <title>SelectInput - ANDROMEDA X-windows Encapsulation</title>
4 </head>
5 <body bgcolor=white>
6
7 <h1>window::SelectInput</h1>
8 <hr>
9
10 <h2> NAME</h2>
11 SelectInput - Selection of input events
12 <h2> SYNOPSIS</h2>
13 #include "xwindow.h"
14 <p>
15 long window::SelectInput(long events, int on);
16 <p>
17 long window::SelectInput(void);
18
19 <h2> DESCRIPTION</h2>
20
21 Depending on <em>on</em>, specific events are turned on or off.
22
23 <p>
24
25 <em>events</em> is a bitwise OR of event masks.
26
27 <h2> SEE ALSO</h2>
28
29 <a href="xappl_dispatchevent.html">DispatchEvent</a>
30
31 <h2> DIAGNOSTICS</h2>
32
33 </body>
34 </html>