virtualx-engine/platform/uwp
Rémi Verschelde 9e4315bb50
Style: Harmonize header includes in platform ports
This applies our existing style guide, and adds a new rule to that style
guide for modular components such as platform ports and modules:

Includes from the platform port or module should be included with relative
paths (relative to the root folder of the modular component, e.g.
`platform/linuxbsd/`), in their own section before Godot's "core" includes.

The `api` and `export` subfolders also need to be handled as self-contained
(and thus use relative paths for their "local" includes) as they are all
compiled for each editor platform, without necessarily having the api/export
matching platform folder in the include path.
E.g. the Linux editor build will compile `platform/android/{api,export}/*.cpp`
and those need to use relative includes for it to work.
2023-06-08 15:19:19 +02:00
..
export Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
app_uwp.cpp Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
app_uwp.h Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
context_egl_uwp.cpp Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
context_egl_uwp.h Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
detect.py ci: add Python static analysis check via mypy 2022-09-30 19:03:17 +07:00
joypad_uwp.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
joypad_uwp.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
logo.svg [Export] Add one-click deploy over SSH for the desktop exports. 2022-12-29 09:42:00 +02:00
os_uwp.cpp Copy system info to clipboard + Update bug_report.yml 2023-05-27 18:21:23 +02:00
os_uwp.h Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
platform_config.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
README.md Update all outdated online documentation links 2023-01-14 19:38:00 +03: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