Home
last modified time | relevance | path

Searched refs:IPlatformUiContext (Results 1 – 6 of 6) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/
H A DUiContext.h30 struct IPlatformUiContext struct
32 virtual ~IPlatformUiContext() = default;
50 [[nodiscard]] IPlatformUiContext* CreatePlatformUiContext();
H A DUiContext.Android.cpp26 class AndroidContext final : public IPlatformUiContext
91 IPlatformUiContext* CreatePlatformUiContext() in CreatePlatformUiContext()
H A DUiContext.Win32.cpp59 class Win32Context : public IPlatformUiContext
246 IPlatformUiContext* CreatePlatformUiContext() in CreatePlatformUiContext()
H A DUiContext.macOS.mm31 class macOSContext final : public IPlatformUiContext
223 IPlatformUiContext* CreatePlatformUiContext()
H A DUiContext.Linux.cpp35 class LinuxContext final : public IPlatformUiContext
428 IPlatformUiContext* CreatePlatformUiContext() in CreatePlatformUiContext()
H A DUiContext.cpp67 IPlatformUiContext* const _platformUiContext;