1
0
Fork 0
spectre/source/Platform
Henrik Hautakoski c7d380c4b0 source/Platform/PlatformApplication: rename create() to get() and just return a statically allocated implementation.
As we just this throughout the whole program. and platform can be determined at compile time. we might as well allocate it statically.
2022-09-12 21:12:32 +02:00
..
Unix source/Platform/Unix/X11Mouse.cpp: implement hack for XButton1 and 2. 2020-12-28 18:20:55 +01:00
Win32 source/Platform/Win32/Win32Display.cpp: on x64, windows headers undefine GWL_USERDATA, So we define it again. 2022-09-10 14:02:58 +02:00
PlatformApplication.cpp source/Platform/PlatformApplication: rename create() to get() and just return a statically allocated implementation. 2022-09-12 21:12:32 +02:00
PlatformApplication.h source/Platform/PlatformApplication: rename create() to get() and just return a statically allocated implementation. 2022-09-12 21:12:32 +02:00
PlatformDisplay.cpp Use SPECTRE_PLATFORM_* defines instead of raw compiler ones. 2020-12-26 17:25:25 +01:00
PlatformDisplay.h source/Platform/PlatformDisplay.h: add setVisible() to the interface 2020-12-05 15:31:47 +01:00
PlatformEventQueue.h System/SystemEvent: Merge with Input/InputEvent into just Event. 2020-02-01 15:49:59 +01:00
PlatformInput.h Move everything from global namespace to "sp" namespace 2019-09-30 19:10:17 +02:00
PlatformMisc.h Move everything from global namespace to "sp" namespace 2019-09-30 19:10:17 +02:00