Rémi Verschelde 29b4ee3d97 Change explicit 'Godot 4.0' references to 'Godot 4' hace 1 año
..
export 29b4ee3d97 Change explicit 'Godot 4.0' references to 'Godot 4' hace 1 año
README.md 4c1f11944e Update all outdated online documentation links hace 1 año
SCsub 6def32d643 Replace `#pragma once` by traditional include guards for consistency hace 3 años
app_uwp.cpp 9e4315bb50 Style: Harmonize header includes in platform ports hace 1 año
app_uwp.h 9e4315bb50 Style: Harmonize header includes in platform ports hace 1 año
context_egl_uwp.cpp 9e4315bb50 Style: Harmonize header includes in platform ports hace 1 año
context_egl_uwp.h 9e4315bb50 Style: Harmonize header includes in platform ports hace 1 año
detect.py 90446fe9f3 SCons: Move platform logo/run icon to `export` folder hace 1 año
joypad_uwp.cpp d95794ec8a One Copyright Update to rule them all hace 1 año
joypad_uwp.h d95794ec8a One Copyright Update to rule them all hace 1 año
os_uwp.cpp 6becf94f49 Fix formatting of dlopen error message on Windows hace 1 año
os_uwp.h 9e4315bb50 Style: Harmonize header includes in platform ports hace 1 año
platform_config.h d95794ec8a One Copyright Update to rule them all hace 1 año

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