index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
android
/
display_server_android.h
Age
Commit message (
Expand
)
Author
2021-12-18
Fix initialising of gl_manager and checking gl_manager and context_vulkan pre...
Bastiaan Olij
2021-08-13
Switch to input buffering on Android
Pedro J. Estébanez
2021-07-22
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-16
Modernize Display server to use override keyword
Hendrik Brucker
2021-07-06
Restructure and reimplement vsync options
Hendrik Brucker
2021-07-02
Android: Initialize mouse mode
thebestnom
2021-06-20
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-07
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-05-24
Fixed screen orientation on Android
Szymon Majewski
2021-05-19
Android: Add support for cursor icons
thebestnom
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-08
Android: Allow Mouse Capture
thebestnom
2020-12-02
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-10-09
Android: Mouse Implementation
thebestnom
2020-07-26
Fix Return key events in LineEdit & TextEdit on Android
PouleyKetchoupp
2020-07-21
Android: Keyboard modifier and arrow key support
thebestnom
2020-05-24
Proper surface reset when resuming app on Android
PouleyKetchoupp
2020-05-16
Fix Android LineEdit editing bugs
SkyJJ
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-08
Display Server support
PouleyKetchoupp