godot/platform
PouleyKetchoupp a2dd966301 Fix virtual keyboard height regression
Disabling virtual keyboard focus adjustement caused get_keyboard_height
to always return 0 because it was calculated when the view is resized.

In order to fix it, a PopupWindow is now created on top of the main view
and is set for focus adjustments so the keyboard size can be calculated
based on this popup without affecting the main view.
2020-07-24 19:54:06 +02:00
..
android Fix virtual keyboard height regression 2020-07-24 19:54:06 +02:00
iphone Add override keywords. 2020-07-10 13:56:54 +01:00
javascript Add override keywords. 2020-07-10 13:56:54 +01:00
linuxbsd Add error messages if Vulkan init failed, prevent Vulkan context freeing uninitialized device and instance. 2020-07-13 19:24:21 +03:00
osx Merge pull request #40562 from nekomatata/osxcross-vulkan-layer 2020-07-21 12:57:52 +02:00
server Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
uwp Fix cancel/OK button order on macOS 2020-07-10 15:10:11 -05:00
windows Merge pull request #40268 from DanielZTing/master 2020-07-15 09:21:04 +02:00
register_platform_apis.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00