summaryrefslogtreecommitdiffstats
path: root/platform/osx/joypad_osx.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-616/+0
* Fix some issues found by cppcheck.bruvzg2022-04-061-3/+3
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-5/+9
* [macOS] Cleanup and split Objective-C objects to the separate filesbruvzg2022-02-011-6/+6
* Fix Actions mapped to triggers not using the full rangeMarcel Admiraal2022-01-141-14/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Fix crash on macOS (AS) when dualshock4 is removedWill Jordan2021-11-171-2/+5
* Use "enum class" for input enumsAaron Franke2021-11-121-13/+13
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-4/+4
* Fix Xbox controllers in Bluetooth mode on macOSHugo Locurcio2021-08-161-2/+14
* Removed Redundant assignement of name inside configure_joypad functionvitika92021-07-271-1/+2
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-3/+3
* Move many input enums to their own fileAaron Franke2021-06-201-10/+10
* Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-231-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-8/+0
* Update OSX GUID to SDL uid conversion.Marcel Admiraal2020-05-301-1/+8
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-8/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-3/+6
* Rename InputFilter back to InputRémi Verschelde2020-04-281-13/+13
* Replace NULL with nullptrlupoDharkael2020-04-021-15/+15
* Add macOS DisplayServer implementation.bruvzg2020-03-261-14/+14
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-1/+1
* Replace IOHIDDeviceRegisterRemovalCallback with IOHIDManagerRegisterDeviceRem...bruvzg2020-03-061-7/+13
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg2019-10-241-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-8/+8
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-7/+3
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Input: Remove usage of platform dependent event IDs.Andreas Haas2017-03-261-5/+4
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-148/+148
* Better handling of joypad device IDs.Andreas Haas2017-02-261-16/+1
* OSX: Revert back to kHIDUsage_GD_JoystickRémi Verschelde2017-01-091-2/+2
* Finish replacement of joystick by joypadRémi Verschelde2017-01-081-0/+624