virtualx-engine/platform/uwp
2022-09-10 07:58:38 +08:00
..
export Rename String plus_file to path_join 2022-08-29 19:38:13 -05:00
app_uwp.cpp
app_uwp.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
context_egl_uwp.cpp
context_egl_uwp.h
detect.py Unify bits, arch, and android_arch into env["arch"] 2022-08-25 11:19:20 +02:00
joypad_uwp.cpp
joypad_uwp.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
logo.png
os_uwp.cpp Fixes #65377: get_datetime_* functions can return wrong values 2022-09-10 07:58:38 +08:00
os_uwp.h Fixes #65377: get_datetime_* functions can return wrong values 2022-09-10 07:58:38 +08:00
platform_config.h
README.md Improve platform-specific READMEs to add useful links 2022-08-25 17:50:53 +02:00
SCsub

UWP platform port

Warning

The UWP platform port is not currently in a working state for the master branch, and may be dropped in the future.

This folder contains the C++ code for the Universal Windows Platform (UWP) platform port. This is not to be confused with the "standard" Win32 port, which is available in platform/windows.

See also misc/dist/uwp_template folder for the UWP project template used for packaging the UWP export templates.

Documentation