Yuri Sizov 63411859db Merge pull request #79351 from Repiteo/dotnet-handle-warnings 2 years ago
..
export 63411859db Merge pull request #79351 from Repiteo/dotnet-handle-warnings 2 years ago
README.md 4c1f11944e Update all outdated online documentation links 2 years ago
SCsub 6def32d643 Replace `#pragma once` by traditional include guards for consistency 3 years ago
app_uwp.cpp 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
app_uwp.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
context_egl_uwp.cpp 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
context_egl_uwp.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
detect.py 90446fe9f3 SCons: Move platform logo/run icon to `export` folder 2 years ago
joypad_uwp.cpp d95794ec8a One Copyright Update to rule them all 2 years ago
joypad_uwp.h d95794ec8a One Copyright Update to rule them all 2 years ago
os_uwp.cpp 3cd865dbe8 Fix formatting of dlopen error message on Windows 2 years ago
os_uwp.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
platform_config.h d95794ec8a One Copyright Update to rule them all 2 years ago

README.md

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