1
0
Fork 0
spectre/source/Platform/Win32
2020-02-02 18:58:06 +01:00
..
glad_wgl.c GL/WGL: Upgrade to glad2 2019-12-24 20:29:16 +01:00
glad_wgl.h Move OpenGL headers from API to implementation. 2020-01-03 20:30:08 +01: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 source/Platform/Win32/Win32Display.cpp: No need to include Spectre/System/SystemEvent.h 2020-02-01 15:49:56 +01:00
Win32Display.h Move everything from global namespace to "sp" namespace 2019-09-30 19:10:17 +02:00
Win32EventQueue.cpp Platform/Win32/Win32Mouse: skip Win32MsgBuffer and handle event directly in handleMessage() 2020-02-01 15:50:09 +01:00
Win32EventQueue.h System/SystemEvent: Merge with Input/InputEvent into just Event. 2020-02-01 15:49:59 +01:00
Win32GLContext.cpp Minor formating fixes. 2019-12-29 22:26:05 +01:00
Win32GLContext.h Move everything from global namespace to "sp" namespace 2019-09-30 19:10:17 +02:00
Win32Input.cpp Minor formating fixes. 2019-12-29 22:26:05 +01:00
Win32Input.h Move everything from global namespace to "sp" namespace 2019-09-30 19:10:17 +02: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