|
|
@ -248,6 +248,12 @@ void CDIEventEmitter::submitEvents(CEventServer &server, bool allWindows)
|
|
|
|
_InternalServer.pump(allWindows);
|
|
|
|
_InternalServer.pump(allWindows);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//==========================================================================
|
|
|
|
|
|
|
|
void CDIEventEmitter::emulateMouseRawMode(bool enable)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
nlerror("no raw mode emulation on windows, the CDIMouse has a real raw mode");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//==========================================================================
|
|
|
|
//==========================================================================
|
|
|
|
/// Tool fct to retrieve the game devices.
|
|
|
|
/// Tool fct to retrieve the game devices.
|
|
|
|
static BOOL CALLBACK DIEnumDevicesDescCallback
|
|
|
|
static BOOL CALLBACK DIEnumDevicesDescCallback
|
|
|
|