|
||
void pointer_mode ( int new_mode )
int new_mode;// pointer mode number
|
|
|||||||||||||||||||||||||||||||||
Synopsis |
#include "silver.h"
The pointer_mode function sets the mode of operation of the pointing device.
|
|
||||||||||||||||||||||||||||||||
Parameters |
The behavior of the pointing device based on the value of new_mode as described below:
|
|
||||||||||||||||||||||||||||||||
Return Value |
none.
|
|
||||||||||||||||||||||||||||||||
Comments |
pointer events may be retrieved via inchar and nextkey .
|
|
||||||||||||||||||||||||||||||||
See Also |
|
|||||||||||||||||||||||||||||||||
|
|