hamncheese/godot/platform/uwp
2023-08-26 15:59:57 -05:00
..
export Initial commit 2023-08-26 15:59:57 -05:00
app_uwp.cpp Initial commit 2023-08-26 15:59:57 -05:00
app_uwp.h Initial commit 2023-08-26 15:59:57 -05:00
context_egl_uwp.cpp Initial commit 2023-08-26 15:59:57 -05:00
context_egl_uwp.h Initial commit 2023-08-26 15:59:57 -05:00
detect.py Initial commit 2023-08-26 15:59:57 -05:00
joypad_uwp.cpp Initial commit 2023-08-26 15:59:57 -05:00
joypad_uwp.h Initial commit 2023-08-26 15:59:57 -05:00
os_uwp.cpp Initial commit 2023-08-26 15:59:57 -05:00
os_uwp.h Initial commit 2023-08-26 15:59:57 -05:00
platform_config.h Initial commit 2023-08-26 15:59:57 -05:00
README.md Initial commit 2023-08-26 15:59:57 -05:00
SCsub Initial commit 2023-08-26 15:59:57 -05: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