#include "MercuryInputWin32.h"
#include "MercuryLog.h"
#include "MercuryMessages.h"
#include "MercuryDisplay.h"
#include <windows.h>
Go to the source code of this file.
Functions | |
InputEvent | RemapW32KB (InputEvent &ie) |
Variables | |
int | g_iWindowX |
int | g_iWindowY |
CursorDevice * | DefaultCursorDevice = new Win32Mouse |
bool | W32KBResponce = AutoInputDeviceTracker.AddDevice( "KB", new DeviceKeyboardW32 ) |
InputEvent RemapW32KB | ( | InputEvent & | ie | ) |
Definition at line 15 of file MercuryInputWin32.cpp.
Definition at line 10 of file MercuryInputWin32.cpp.
int g_iWindowX |
Definition at line 13 of file Win32Window.cpp.
int g_iWindowY |
Definition at line 13 of file Win32Window.cpp.
bool W32KBResponce = AutoInputDeviceTracker.AddDevice( "KB", new DeviceKeyboardW32 ) |
Definition at line 13 of file MercuryInputWin32.cpp.