78c80de738
WinTab: Adds extra "mouse move" events to make movement smoother and correctly handle pressure/tilt change when cursor is not moving.
2020-05-08 10:56:42 +03:00
ba85db5a79
Remove WinTab error message.
2020-05-07 15:51:19 +03:00
d978658f81
[Windows] Add support for the WinTab API for pen input.
2020-05-05 14:16:02 +03:00
0128947894
[Linux/Windows] Set pressure to 1.0f when primary button is pressed and device is not pressure sensitive.
2020-05-03 20:13:01 +03:00
7e1e0f496b
Merge pull request #37802 from ThakeeNathees/window-position-bug-osx-x11
...
display server window position bug fix
2020-04-29 09:04:53 +02:00
fdf58a5858
Rename InputFilter back to Input
...
It changed name as part of the DisplayServer and input refactoring
in #37317 , with the rationale that input no longer goes through the
main loop, so the previous Input singleton now only does filtering.
But the gains in consistency are quite limited in the renaming, and
it breaks compatibility for all scripts and tutorials that access
the Input singleton via the scripting language. A temporary option
was suggested to keep the scripting singleton named `Input` even if
its type is `InputFilter`, but that adds inconsistency and breaks C#.
Fixes godotengine/godot-proposals#639 .
Fixes #37319 .
Fixes #37690 .
2020-04-28 15:19:49 +02:00
63a00aec68
display server window position bug fix ( #37323 )
2020-04-11 20:13:12 +05:30
312bbb9600
Merge pull request #37525 from lupoDharkael/replace-0L
...
Replace 0L with a casted nullptr
2020-04-02 21:22:45 +02:00
6324f578bd
Replace 0L with a casted nullptr
2020-04-02 17:33:46 +02:00
ea7b497065
Replace more occurrences of NULL with nullptr
2020-04-02 14:56:01 +02:00
95a1400a2a
Replace NULL with nullptr
2020-04-02 13:38:00 +02:00
516b3bb88f
Fix Clang warnings on Windows
...
Fixes #37490 .
2020-04-01 16:28:20 +02:00
60d486acc8
Fix copyright headers for recently added files
2020-03-28 13:29:29 +01:00
9a5d15a2dc
Implemented drag and drop across windows, both OS and embedded.
2020-03-26 15:49:46 +01:00
047e0b7de5
Reworked tooltips to use the popup system.
2020-03-26 15:49:45 +01:00
b3080bc2f4
Popups have also been converted to windows
...
Controls using the old modal API have been replaced to use popups.
2020-03-26 15:49:44 +01:00
09ba290364
Fixes to window style flags
2020-03-26 15:49:44 +01:00
c7b4dcae2f
Open sub-windows as embedded if the OS does not support them
2020-03-26 15:49:43 +01:00
441f1a5fe9
Popups are now windows also (broken!)
2020-03-26 15:49:42 +01:00
543fb1c4da
Separate DisplayServer from OS on Windows
2020-03-26 15:49:41 +01:00