godot/platform/uwp
Rémi Verschelde 8247667a3e
Core: Drop custom copymem/zeromem defines
We've been using standard C library functions `memcpy`/`memset` for these since
2016 with 67f65f6639.

There was still the possibility for third-party platform ports to override the
definitions with a custom header, but this doesn't seem useful anymore.
2021-04-27 16:26:27 +02:00
..
export Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
app.cpp Rename ButtonList enum and members to MouseButton 2021-03-23 07:13:23 -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 Converted sensor acceleration units to m/s^2 on iOS and UWP 2021-03-17 14:05:05 +01:00
os_uwp.h Split OS::execute into two methods 2021-01-09 10:03:23 +00:00
platform_config.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00