------------------------------------------------------------------------------
| 99 | |
| 100 | //------------------------------------------------------------------------------ |
| 101 | void DInputDevice::init() |
| 102 | { |
| 103 | // Reset all of the static variables: |
| 104 | smDInputInterface = NULL; |
| 105 | dMemset( smDeviceCount, 0, sizeof( smDeviceCount ) ); |
| 106 | } |
| 107 | |
| 108 | //------------------------------------------------------------------------------ |
| 109 | bool DInputDevice::create() |