Clay John
|
8a10bb7d0d
Use OpenGL 3.3 core profile instead of compatibility profile
|
3 年之前 |
Hugo Locurcio
|
ce97ddbcb1
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
|
3 年之前 |
Fabio Alessandrelli
|
c494e442bc
[HTML5] Refactor display/input JS library code.
|
3 年之前 |
Fabio Alessandrelli
|
204822ed45
[HTML5] Implement Pointer Lock API in JS library.
|
3 年之前 |
Fabio Alessandrelli
|
7d6c1fdb32
[HTML5] Implement window blur in JS library.
|
3 年之前 |
Fabio Alessandrelli
|
b6315afc9a
[HTML5] Implement fullscreenchange in JS library.
|
3 年之前 |
Fabio Alessandrelli
|
b2d30c725d
[HTML5] Implement mouse/touch/key events in JS library.
|
3 年之前 |
Selgesel
|
5d1d9f23de
Release pressed events when the window is blurred on HTML5 platform
|
3 年之前 |
Fabio Alessandrelli
|
c3f5194861
[HTML5] Fix wheel/touch callback modifying event after parse.
|
3 年之前 |
Fabio Alessandrelli
|
4c6845c095
[HTML5] Fix input not working when buffered.
|
3 年之前 |
Aaron Franke
|
fa3a32a2d6
Use Key enum instead of plain integers
|
4 年之前 |
bruvzg
|
618eb27e8b
Move `alert` function from `DisplayServer` to `OS`.
|
4 年之前 |
Fabio Alessandrelli
|
3d8acc7a54
[HTML5] Fix build (with module_webxr_enabled=no).
|
4 年之前 |
Aaron Franke
|
0ce49800ac
Use mouse and joypad enums instead of plain integers
|
4 年之前 |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 年之前 |
Aaron Franke
|
98aa3b669e
Add MOUSE_MODE_CONFINED_HIDDEN
|
4 年之前 |
Fabio Alessandrelli
|
8cdef21d6c
Move remaining dummy drivers to servers.
|
4 年之前 |
Rémi Verschelde
|
4219a4cb6f
Fix typos with codespell
|
4 年之前 |
Rémi Verschelde
|
6c367f8e0d
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
|
4 年之前 |
Lightning_A
|
97fecd1b69
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWithModifiers properties/methods
|
4 年之前 |
Rémi Verschelde
|
35ec0e9be7
OS: Remove native video API only implemented on iOS
|
4 年之前 |
Aaron Franke
|
0de9a7d803
Rename `doubleclick` to `double_click`
|
4 年之前 |
Rémi Verschelde
|
5b16020846
Replace remaining uses of `NULL` with `nullptr`
|
4 年之前 |
Marcel Admiraal
|
fd30c36985
Rename Texture.get_data() to get_image()
|
4 年之前 |
Aaron Franke
|
a5324787c8
Rename some more global enums (Key, Joy, MIDI)
|
5 年之前 |
Aaron Franke
|
10d7fccb54
Rename ButtonList enum and members to MouseButton
|
4 年之前 |
Fabio Alessandrelli
|
3416f7b521
[HTML5] Opt-in virtual keyboard support.
|
4 年之前 |
Fabio Alessandrelli
|
f34c7982c5
[HTML5] Respect allow_hidpi option during setup
|
4 年之前 |
Fabio Alessandrelli
|
65abf94675
[HTML5] Better fullscreen, canvas resizing.
|
4 年之前 |
Fabio Alessandrelli
|
2972ea3229
[HTML5] Easier HTML templates, better deinit/cleanup.
|
4 年之前 |