1
0
Fork 0
spectre/source/Platform/Win32
2022-09-12 22:44:51 +02:00
..
glad_wgl.c GLAD WGL: Update to new version. 2020-09-21 17:59:14 +02:00
glad_wgl.h GLAD WGL: Update to new version. 2020-09-21 17:59:14 +02:00
Win32Application.cpp source/Platform/PlatformApplication.h: remove update(). platform event queue is handled in MessageQueue class. 2020-02-01 15:49:49 +01:00
Win32Application.h source/Platform/PlatformApplication.h: remove update(). platform event queue is handled in MessageQueue class. 2020-02-01 15:49:49 +01:00
Win32Display.cpp Platform/Win32/Win32Display.cpp: remove fullscreen stuff in create() 2022-09-12 22:44:51 +02:00
Win32Display.h Platform/Win32/Win32Display: Implementing true fullscreen with enterFullscreen() and exitFullscreen() 2020-12-09 02:46:55 +01:00
Win32EventQueue.cpp source/Platform/Win32/Win32EventQueue.cpp: change OutputDebugString() to Log::debug() 2020-12-05 15:31:48 +01:00
Win32EventQueue.h System/SystemEvent: Merge with Input/InputEvent into just Event. 2020-02-01 15:49:59 +01:00
Win32GLContext.cpp source/Platform/Win32/Win32GLContext.cpp: no need to have our own wgl extension loader (fixed in latest glad2) 2020-09-21 18:00:08 +02:00
Win32GLContext.h Move everything from global namespace to "sp" namespace 2019-09-30 19:10:17 +02:00
Win32Input.cpp Platform/Win32/Win32Input.cpp: remove Win32InputMsgBuffer 2020-02-15 15:41:53 +01:00
Win32Input.h Platform/Win32/Win32Input.cpp: remove Win32InputMsgBuffer 2020-02-15 15:41:53 +01:00
Win32Internal.cpp Minor formating fixes. 2019-12-29 22:26:05 +01:00
Win32Internal.h Minor formating fixes. 2019-12-29 22:26:05 +01:00
Win32Keyboard.cpp source/Platform/Win32/Win32Keyboard.cpp: define LAlt and RAlt keys. 2020-02-02 00:42:00 +01:00
Win32Keyboard.h Platform/Win32/Win32Keyboard: implement isKeyDown() using GetAsyncKeyState() and remove m_bufState and m_focus. 2020-02-01 15:50:08 +01:00
Win32Misc.cpp Minor formating fixes. 2019-12-29 22:26:05 +01:00
Win32Mouse.cpp source/Platform/Win32/Win32Mouse.cpp: in isButtonDown() use SM_SWAPBUTTON to determine if buttons are swapped or not. 2020-02-02 18:58:06 +01:00
Win32Mouse.h Platform/Win32/Win32Mouse: add getAbsPosition() and update the position variables in update() 2020-02-01 22:31:44 +01:00
Win32System.cpp Move everything from global namespace to "sp" namespace 2019-09-30 19:10:17 +02:00