Go to the source code of this file.
| Functions | |
| pointer | msLinuxCreatePrivate (DeviceIntPtr pMouse) | 
| void | msLinuxDestroyPrivate (pointer priv) | 
| void | msLinuxInit (DevicePtr pDev) | 
| void | msLinuxGetInfo (DevicePtr pDev, DMXLocalInitInfoPtr info) | 
| int | msLinuxOn (DevicePtr pDev) | 
| void | msLinuxOff (DevicePtr pDev) | 
| void | msLinuxVTPreSwitch (pointer p) | 
| void | msLinuxVTPostSwitch (pointer p) | 
| 
 | 
| Create a private structure for use within this file. | 
| 
 | 
| Destroy a private structure. | 
| 
 | ||||||||||||
| Fill the info structure with information needed to initialize pDev. | 
| 
 | 
| Initialize pDev. | 
| 
 | 
| Turn pDev off (i.e., stop taking input from pDev). | 
| 
 | 
| Turn pDev on (i.e., take input from pDev). | 
| 
 | 
| Currently unused hook called after returning from a VT switch. | 
| 
 | 
| Currently unused hook called prior to an VT switch. |