godot/platform
Fabio Alessandrelli 6cff589b5b [HTML5] Detect screen scale and DPI.
`OS.get_screen_scale` will now return the `window.devicePixelRatio`
value, `OS.get_screen_dpi` uses CSS media queries to find approximate
DPI value for the current display.
`OS.get_screen_size` also return the actual screen size (not the CSS
pixel size).
2021-02-12 12:01:44 +01:00
..
android Fix joystick axis mapping issues with NVIDIA shield. Probably others. 2021-02-09 08:37:22 -05:00
iphone Merge pull request #45686 from naithar/feature/extend-plugin-params-4.0 2021-02-03 18:37:42 +01:00
javascript [HTML5] Detect screen scale and DPI. 2021-02-12 12:01:44 +01:00
linuxbsd SCons: Fix debug_symbols tests after switch to BoolVariable 2021-02-08 08:53:16 +01:00
osx SCons: Fix debug_symbols tests after switch to BoolVariable 2021-02-08 08:53:16 +01:00
server SCons: Fix debug_symbols tests after switch to BoolVariable 2021-02-08 08:53:16 +01:00
uwp Make Servers truly Thread Safe 2021-02-10 13:21:46 -03:00
windows Make Servers truly Thread Safe 2021-02-10 13:21:46 -03:00
register_platform_apis.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub