mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 07:24:20 +00:00
New Window class, and major changes to Display
This commit is contained in:
parent
cab8f6f62f
commit
419da83107
13 changed files with 475 additions and 882 deletions
|
|
@ -43,13 +43,10 @@
|
|||
#include <windows.h>
|
||||
#undef DIRECTINPUT_VERSION
|
||||
#define DIRECTINPUT_VERSION 0x0300
|
||||
#include "Window.h"
|
||||
#include <dinput.h>
|
||||
|
||||
extern HINSTANCE dll_handle;
|
||||
|
||||
extern HWND hwnd; // Handle to window
|
||||
|
||||
extern LPDIRECTINPUT lpdi; // DI instance
|
||||
LPDIRECTINPUTDEVICE mDIDevice; // DI Device instance
|
||||
DIMOUSESTATE diMouseState; // State of Mouse
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue