summaryrefslogtreecommitdiffstats
path: root/osdep/mac/input_helper.swift
Commit message (Expand)AuthorAgeFilesLines
* mac: code cleanup and consistency changes, fix linting issuesder richter2024-04-281-22/+22
* mac/input: add support for dead key reportingder richter2024-04-241-1/+20
* mac/apphub: fix opening several files at once via Finder or App iconder richter2024-04-041-4/+7
* mac: cleanup swift bridge header imports and unify themder richter2024-03-291-0/+1
* mac: remove now unnecessary objective-c forwardingder richter2024-03-291-3/+3
* mac/option: rename option structs to properly represent their contentder richter2024-03-211-3/+3
* mac/option: move option functionality from mpv helper to option helperder richter2024-03-211-6/+6
* mac/input: optimise scroll wheel event handlingder richter2024-03-161-35/+18
* mac/input: move scroll wheel event handling into input helperder richter2024-03-161-5/+40
* mac/input: optimise mouse movement enabled checkder richter2024-03-161-2/+3
* mac/input: fix switched mouse forward and back buttonder richter2024-03-161-2/+2
* mac/input: move mouse event handling into input helperder richter2024-03-161-0/+28
* mac/input: add missing special keysder richter2024-03-141-0/+2
* mac/input: add simplified mp_keymap initder richter2024-03-141-52/+26
* mac/input: remove wrongly mapped modifier keysder richter2024-03-141-3/+0
* mac/event: move key event handling to input helper and optimise itder richter2024-03-141-12/+125
* mac/input: define AltGr mask as static NSEvent.ModifierFlags variableder richter2024-03-141-2/+2
* mac/events: remove redundant functions and optimise input helper usageder richter2024-03-141-2/+2
* mac/helper: move input ctx related functionality into new input helperder richter2024-03-141-4/+73
* mac/events: move input ctx related functionality into new input helperder richter2024-03-141-0/+69