summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Quartz
AgeCommit message (Expand)Author
2024-08-15Use 'contains' methodmitaclaw
2024-07-26Adjust order and spacing of various #includesDentomologist
2024-06-15Merge pull request #12850 from jordan-woyak/device-sortingAdmiral H. Curtiss
2024-06-15ControllerInterface: Adjust sort priorities to ensure default keyboard-mouse ...Jordan Woyak
2024-05-31TAS Input: Enable hotkeys and controller input when Input has focusDentomologist
2024-03-11InputCommon: Handle window change in Quartz.Jordan Woyak
2024-03-11InputCommon: Add Quartz InputBackend class.Jordan Woyak
2023-12-18Input: Improve Controller Interface devices threadingFiloppi
2022-12-31InputCommon:QuartzKB&M: Fix mouse y coordinatesTellowKrinkle
2022-08-18InputCommon:QuarzKB&M: Use view position instead of window positionTellowKrinkle
2022-08-18InputCommon:QuarzKB&M: Use KVO to watch window positionTellowKrinkle
2022-08-12InputCommon: Enable ARC for obj-c++TellowKrinkle
2022-07-25Quartz: Handle mouse centering hotkey.Admiral H. Curtiss
2022-07-15InputCommon: Get rid of static strings.Admiral H. Curtiss
2021-07-06QuartzKeyboardAndMouse: Ensure windowNumber is fetched on the main threadOatmealDome
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-01-27rename InputCommon/ControllerInterface/Device to CoreDeviceShawn Hoffman
2021-01-02Fix Quartz cursor going to +infinite if the window size was 0Filippo Tarpini
2020-09-25ControllerInterface: Add platform consistent names for modifier keys.Jordan Woyak
2020-02-22InputCommon: Constify Device::Input::IsDetectable function.Jordan Woyak
2020-01-24InputCommon: Make "Cursor" inputs aware of the rendered aspect ratio.Jordan Woyak
2019-06-17InputCommon: Use nested namespace specifiers where applicableLioncash
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2017-04-15Add headless support on macOSMichael Maltese
2017-01-02macOS: Add missing includes to fix no-PCH buildhthh
2016-11-30ControllerInterface: replace Reinitialize with RefreshDevicesMichael Maltese
2016-10-03InputCommon: Fix formatting issues in QuartzLéo Lam
2016-08-09And pull KeycodeToName into its own functionMichael Maltese
2016-08-09use a std::map instead of running through the AOSMichael Maltese
2016-08-09use std::to_string instead of sstreamMichael Maltese
2016-08-09clang-format and cleaning up Key::GetNameMichael Maltese
2016-08-09style fixesMichael Maltese
2016-08-08Add Quartz/CoreGraphics controller interface for default k&m eventsMichael Maltese