godot/platform/uwp
2022-09-30 19:03:17 +07:00
..
export Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable used 2022-09-28 17:05:34 +02:00
app_uwp.cpp
app_uwp.h
context_egl_uwp.cpp
context_egl_uwp.h
detect.py ci: add Python static analysis check via mypy 2022-09-30 19:03:17 +07:00
joypad_uwp.cpp
joypad_uwp.h
logo.png
os_uwp.cpp Add get_distribution_name() and get_version() to OS 2022-09-16 11:17:36 +02:00
os_uwp.h Add get_distribution_name() and get_version() to OS 2022-09-16 11:17:36 +02:00
platform_config.h
README.md
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