summaryrefslogtreecommitdiffstats
path: root/input/keycodes.h
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2019-11-16 16:54:07 +0100
committerder richter <der.richter@gmx.de>2019-12-15 20:07:31 +0100
commit8a6ee7fe947bb01a49beb38152cedb1e1b206ed2 (patch)
tree6ccead9d45dcc1561601c6d4927c6c71ba528eac /input/keycodes.h
parent1eb6cbd093481517e37b40aec174fc6f4e553bcd (diff)
downloadmpv-8a6ee7fe947bb01a49beb38152cedb1e1b206ed2.tar.bz2
mpv-8a6ee7fe947bb01a49beb38152cedb1e1b206ed2.tar.xz
mac: remove Apple Remote support
the Apple Remote has long been deprecated and abandoned by Apple. current macs don't come with support for it anymore. support might be re-added with the next commit.
Diffstat (limited to 'input/keycodes.h')
-rw-r--r--input/keycodes.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/input/keycodes.h b/input/keycodes.h
index 65c31b4d61..a75099f2f2 100644
--- a/input/keycodes.h
+++ b/input/keycodes.h
@@ -141,23 +141,6 @@
#define MP_KEY_MOUSE_BTN_COUNT (MP_MBTN_END - MP_MBTN_BASE)
-// Apple Remote input module
-#define MP_AR_BASE (MP_KEY_BASE+0xE0)
-#define MP_AR_PLAY (MP_AR_BASE + 0)
-#define MP_AR_PLAY_HOLD (MP_AR_BASE + 1)
-#define MP_AR_CENTER (MP_AR_BASE + 2)
-#define MP_AR_CENTER_HOLD (MP_AR_BASE + 3)
-#define MP_AR_NEXT (MP_AR_BASE + 4)
-#define MP_AR_NEXT_HOLD (MP_AR_BASE + 5)
-#define MP_AR_PREV (MP_AR_BASE + 6)
-#define MP_AR_PREV_HOLD (MP_AR_BASE + 7)
-#define MP_AR_MENU (MP_AR_BASE + 8)
-#define MP_AR_MENU_HOLD (MP_AR_BASE + 9)
-#define MP_AR_VUP (MP_AR_BASE + 10)
-#define MP_AR_VUP_HOLD (MP_AR_BASE + 11)
-#define MP_AR_VDOWN (MP_AR_BASE + 12)
-#define MP_AR_VDOWN_HOLD (MP_AR_BASE + 13)
-
/* game controller keys */
#define MP_KEY_GAMEPAD (MP_KEY_BASE+0xF0)
#define MP_KEY_GAMEPAD_ACTION_DOWN (MP_KEY_GAMEPAD+0)