bruvzg
|
dab4cf3ed6
Add `physical_scancode` (keyboard layout independent keycodes) to InputEventKey and InputMap.
|
4 years ago |
Rémi Verschelde
|
6e600cb3f0
Style: Set clang-format Standard to c++14
|
4 years ago |
bruvzg
|
bc04bbbe2a
[macOS] Ignore mouse move event caused by mouse mode switch.
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
bruvzg
|
e51fed9d1b
[3.2] Add window click-through support.
|
5 years ago |
bruvzg
|
2b1cfad591
[macOS] Fix "on top" not set on init, and reseting on window update.
|
5 years ago |
bruvzg
|
e9ab41b71d
[macOS, 3.2] Implement seamless display scaling.
|
5 years ago |
bruvzg
|
b233cb640d
[macOS, 3.2] Implement confined mouse mode.
|
5 years ago |
bruvzg
|
2256946f79
[3.2] Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/X11).
|
5 years ago |
bruvzg
|
c994eb1daf
[3.2] Fix macOS global menu removal and preserve order.
|
5 years ago |
Fabio Alessandrelli
|
417c54b871
Remove unused ip_unix member from OSX/server.
|
5 years ago |
bruvzg
|
d07cdc594f
[macOS] Load PCK from the .app bundle resources, instead of changing working directory.
|
5 years ago |
Rémi Verschelde
|
8454804972
Merge pull request #33967 from Calinou/add-os-is-window-focused
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
bruvzg
|
2ef8c5fac5
iOS modular build and export implementation.
|
5 years ago |
Hugo Locurcio
|
21a3923410
Add an `OS.is_window_focused()` getter
|
5 years ago |
bruvzg
|
e423e1c663
[macOS] Remove CVDisplayLink v-sync hack.
|
5 years ago |
bruvzg
|
7b64340eb0
Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` for macOS CI.
|
6 years ago |
bruvzg
|
db6d4352ea
[macOS] Add methods to modify global and dock menus. Add ability to open multiple editor/project manager instances, recent/favourite project list to project manager dock menu and opened scene list to editor dock menu.
|
6 years ago |
IAmActuallyCthulhu
|
82b9557803
Remove redundant author doc comments
|
6 years ago |
Guilherme Felipe
|
a9a0d0fb15
Fix cursor blinking in integrated GPUs
|
6 years ago |
bruvzg
|
e19b6296e3
Update macOS global mouse position at startup
|
6 years ago |
Rémi Verschelde
|
0d61fc2c0f
Merge pull request #29752 from bruvzg/window_size_limits
|
6 years ago |
BastiaanOlij
|
02ea99129e
Adding a new Camera Server implementation to Godot.
|
8 years ago |
bruvzg
|
b924fb97d6
Add ability to limit maximum/minimum window size.
|
6 years ago |
bruvzg
|
8ff72987c0
[macOS] Fixes unicode input with IME mode inactive, Improves IME mode documentation.
|
6 years ago |
bruvzg
|
2b9ed68d6a
Add native window/taskbar icon support for Windows and macOS.
|
6 years ago |
hbina085
|
f78baa5f93
added a const keyword for a methods that return constant literal...
|
6 years ago |
Guilherme Felipe
|
1bae73d7d0
Add Input::get_current_cursor_shape
|
6 years ago |
Rémi Verschelde
|
bc26d0d6cd
Platform: Ensure classes match their header filename
|
6 years ago |