virtualx-engine/platform/uwp
Hugo Locurcio ce56743aa1
Improve platform-specific READMEs to add useful links
This also adds READMEs for all platforms.
2022-08-25 17:50:53 +02:00
..
export Refactor the export checking logic to improve separation of concerns 2022-08-14 09:12:04 -07:00
app_uwp.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
app_uwp.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
context_egl_uwp.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
context_egl_uwp.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
detect.py Unify bits, arch, and android_arch into env["arch"] 2022-08-25 11:19:20 +02:00
joypad_uwp.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
joypad_uwp.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
logo.png Enhanced iOS and UWP logo on Export dialog 2017-11-29 17:34:01 +07:00
os_uwp.cpp Only define keep_screen_on project setting once 2022-08-06 22:10:24 +02:00
os_uwp.h Add support for multiple virtual keyboard types 2022-08-04 10:41:33 -04:00
platform_config.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
README.md Improve platform-specific READMEs to add useful links 2022-08-25 17:50:53 +02:00
SCsub Replace #pragma once by traditional include guards for consistency 2021-09-24 02:33:15 +02:00

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