godot/platform/uwp
Hugo Locurcio 2daaf0fdc3
Make platform feature tag names lowercase
Feature tag names are still case-sensitive, but this makes built-in
feature tags more consistent.

- `Windows` -> `windows`
- `OSX` -> `osx`
- `LinuxBSD` -> `linuxbsd`
- `Android` -> `android`
- `iOS` -> `ios`
- `HTML5` -> `html5`
- `JavaScript` -> `javascript`
- `UWP` -> `uwp`
2021-08-31 20:34:44 +02:00
..
export Make platform feature tag names lowercase 2021-08-31 20:34:44 +02:00
app.cpp Use mouse and joypad enums instead of plain integers 2021-06-20 11:54:24 -04:00
app.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
context_egl_uwp.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
context_egl_uwp.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
detect.py Allow to not optimize release build 2021-03-14 15:51:05 +01:00
joypad_uwp.cpp Rename some more global enums (Key, Joy, MIDI) 2021-03-23 07:13:23 -04:00
joypad_uwp.h Rename some more global enums (Key, Joy, MIDI) 2021-03-23 07:13:23 -04:00
logo.png Enhanced iOS and UWP logo on Export dialog 2017-11-29 17:34:01 +07:00
os_uwp.cpp Use Key enum instead of plain integers 2021-08-10 16:26:55 -05:00
os_uwp.h Use Key enum instead of plain integers 2021-08-10 16:26:55 -05:00
platform_config.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Fix UWP build after #45315 2021-05-11 14:14:48 +02:00