1
0
Fork 0
spectre/source/Platform/Win32
2023-08-04 03:43:46 +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 source/Platform/Win32/Win32Display.cpp: in create() fix a bug where window size was initially not setup correctly causing two resize events. 2023-08-03 15:43:18 +02:00
Win32Display.h source/Platform/Win32/Win32Display: Adding calculateSize() 2023-08-03 15:23:19 +02: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: in isActive() make sure this function returns false if m_renderContext is null. 2023-08-02 22:48:40 +02:00
Win32GLContext.h GLContext: remove setSize() and set glViewport() in Display::onReshape() 2023-08-02 22:30:45 +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: Minor style fixes. 2023-08-04 03:43:46 +02: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 include/Spectre/Input/Mouse.h rename Button1,Button2 to XButton1 and XButton2 2020-12-28 18:20:55 +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