index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
input
/
input_event.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823
Spartan322
2024-11-20
1
-0
/
+3
|
\
|
*
Revert "Fix InputEvent device id clash" and add a compatibility function
Markus Sauermann
2024-11-20
1
-0
/
+3
*
|
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
1
-1
/
+1
|
\
|
|
*
Replace default deadzone magic number with named constant
Malcolm Anderson
2024-11-12
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1
Spartan322
2024-10-22
1
-3
/
+0
|
\
|
|
*
Fix InputEvent device id clash
Markus Sauermann
2024-10-20
1
-3
/
+0
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Allow JOY_AXIS_INVALID in InputEventJoypadMotion's `axis`
Micky
2024-09-16
1
-1
/
+1
*
Add event_index to InputEventAction
kobewi
2024-05-30
1
-0
/
+12
*
Expose `DEVICE_ID_EMULATION` constant in InputEvent
Hugo Locurcio
2024-03-16
1
-0
/
+2
*
Add screen-related attributes to mouse input events
Markus Sauermann
2024-02-05
1
-0
/
+56
*
Add InputEventKey.location to tell left from right
Mel Collins
2024-01-26
1
-1
/
+43
*
Make InputEventShortcut always pressed
kobewi
2023-09-23
1
-0
/
+4
*
Context aware MIDI event printing
alcomposer
2023-08-28
1
-1
/
+21
*
Mention Xbox menu button by name in Start button description
Hugo Locurcio
2023-06-26
1
-1
/
+1
*
Merge pull request #75438 from ronyeh/typo
Rémi Verschelde
2023-06-15
1
-2
/
+2
|
\
|
*
Fix typo on "autoremapping".
Ron B. Yeh
2023-03-28
1
-2
/
+2
*
|
Merge pull request #63168 from Levrault/master
Rémi Verschelde
2023-06-05
1
-0
/
+9
|
\
\
|
*
|
feat(gamepad): improve gamepad behavior with slider and popup_menu
Luc-Frédéric Langis
2023-06-05
1
-0
/
+9
*
|
|
Merge pull request #76719 from m4gr3d/add_input_event_cancelled_state_main
Rémi Verschelde
2023-05-17
1
-46
/
+43
|
\
\
\
|
*
|
|
Augment the `InputEvent` class with a `CANCELED` state
Fredia Huya-Kouadio
2023-05-15
1
-46
/
+43
|
|
/
/
*
/
/
Fix various errors when running the unit tests
RedworkDE
2023-05-09
1
-1
/
+4
|
/
/
*
/
[Web] Detect host OS and use macOS keys on mac hosts.
bruvzg
2023-04-11
1
-17
/
+18
|
/
*
Use physical shortcuts for freelook navigation in the editor
Hakim
2023-02-21
1
-2
/
+7
*
Add some missing translatable editor strings
Haoyu Qiu
2023-02-10
1
-3
/
+3
*
Fix mouse/drag/touch InputEvents having no device id
Markus Sauermann
2023-02-06
1
-1
/
+1
*
Merge pull request #67783 from EricEzaM/67715-input-event-action-as-text
Rémi Verschelde
2023-01-27
1
-1
/
+12
|
\
|
*
Make InputEventAction as_text() return the text of the first valid event for ...
Eric M
2023-01-12
1
-1
/
+12
*
|
[Input] Do not add key labels to the default actions, to display it correctly...
bruvzg
2023-01-24
1
-1
/
+0
*
|
Cleanup and unify keyboard input.
bruvzg
2023-01-23
1
-10
/
+105
*
|
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-35
/
+32
|
/
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
[iOS] Add Apple Pencil pressure and tilt support.
bruvzg
2022-12-23
1
-1
/
+40
*
add controller_number & controller_value to allow printing of all MIDI event ...
alcomposer
2022-11-14
1
-1
/
+1
*
Add double_tap attribute to InputEventScreenTouch
Fredia Huya-Kouadio
2022-10-22
1
-1
/
+14
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-21
/
+21
*
Merge pull request #63109 from OverloadedOrama/fix-input-event-action
Rémi Verschelde
2022-09-25
1
-1
/
+1
|
\
|
*
Fix `InputEventAction`'s `is_action` method ignoring `exact_match` parameter
Emmanouil Papadeas
2022-07-17
1
-1
/
+1
*
|
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-37
/
+53
*
|
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-7
/
+7
*
|
Use %s for bool value in vformat
Haoyu Qiu
2022-08-07
1
-1
/
+1
|
/
*
[macOS, Windows, X11] Add stylus inverted/eraser support to
Hansem Ro
2022-07-04
1
-3
/
+16
*
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-9
/
+9
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-6
/
+6
*
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-28
1
-10
/
+10
*
Ensure minimum modifiers are pressed when matching actions
Marcel Admiraal
2022-03-20
1
-2
/
+12
*
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-29
1
-1
/
+2
*
Fix action exact match
Nathan Franke
2022-01-24
1
-51
/
+55
*
Merge pull request #56322 from madmiraal/fix-42450
Rémi Verschelde
2022-01-11
1
-30
/
+25
|
\
[next]