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
/
platform
/
osx
/
joypad_osx.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
1
-3
/
+3
*
Move many input enums to their own file
Aaron Franke
2021-06-20
1
-10
/
+10
*
Rename some more global enums (Key, Joy, MIDI)
Aaron Franke
2021-03-23
1
-2
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
1
-8
/
+0
*
Update OSX GUID to SDL uid conversion.
Marcel Admiraal
2020-05-30
1
-1
/
+8
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-8
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-3
/
+6
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-13
/
+13
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-15
/
+15
*
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
1
-14
/
+14
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Replace IOHIDDeviceRegisterRemovalCallback with IOHIDManagerRegisterDeviceRem...
bruvzg
2020-03-06
1
-7
/
+13
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...
bruvzg
2019-10-24
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-8
/
+8
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Removed unnecessary assignments
Wilson E. Alvarez
2017-08-21
1
-7
/
+3
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Input: Remove usage of platform dependent event IDs.
Andreas Haas
2017-03-26
1
-5
/
+4
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-148
/
+148
*
Better handling of joypad device IDs.
Andreas Haas
2017-02-26
1
-16
/
+1
*
OSX: Revert back to kHIDUsage_GD_Joystick
Rémi Verschelde
2017-01-09
1
-2
/
+2
*
Finish replacement of joystick by joypad
Rémi Verschelde
2017-01-08
1
-0
/
+624