#include "MercuryDisplay.h"#include "Win32Window.h"#include <windows.h>#include "MercuryLog.h"#include "MercuryINI.h"#include "crash/crashDefines.h"#include "MercuryInputWin32.h"Go to the source code of this file.
Defines | |
| #define | WM_MOUSEWHEEL (WM_MOUSELAST + 1) |
Functions | |
| LRESULT CALLBACK | WndProc (HWND, UINT, WPARAM, LPARAM) |
Variables | |
| bool | active = false |
| bool | W32W_KEYS [256] |
| int | g_iWindowX |
| int | g_iWindowY |
| #define WM_MOUSEWHEEL (WM_MOUSELAST + 1) |
Definition at line 206 of file Win32Window.cpp.
| LRESULT CALLBACK WndProc | ( | HWND | , | |
| UINT | , | |||
| WPARAM | , | |||
| LPARAM | ||||
| ) |
Definition at line 209 of file Win32Window.cpp.
| bool active = false |
Definition at line 9 of file Win32Window.cpp.
| int g_iWindowX |
Definition at line 13 of file Win32Window.cpp.
| int g_iWindowY |
Definition at line 13 of file Win32Window.cpp.
| bool W32W_KEYS[256] |
Definition at line 10 of file Win32Window.cpp.