summaryrefslogtreecommitdiffstats
path: root/input/keycodes.h
Commit message (Expand)AuthorAgeFilesLines
* input: fix error in MP_KEY_IS_WHEELJames Ross-Gowan2017-09-031-1/+1
* input: merge mouse wheel and axis keycodesJames Ross-Gowan2017-09-031-44/+33
* input: use mnemonic names for mouse buttonsJames Ross-Gowan2017-09-031-47/+30
* w32_common: handle media keysJames Ross-Gowan2017-08-051-0/+3
* input/keycodes: change license to LGPLwm42017-06-201-9/+7
* input: add MP_KEY_IS_AXIS and treat MP_AXIS_* as mouse eventsJames Ross-Gowan2017-05-121-2/+8
* input: add a catch-all "unmapped" commandwm42015-12-231-0/+3
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* input: remove Linux joystick supportwm42015-03-241-37/+0
* input: minor cleanupwm42015-02-181-3/+9
* input: add MOUSE_ENTER keybinding.torque2015-02-181-0/+1
* x11: add XK_Cancel to the list of special keysMartin Herkt2015-02-141-0/+1
* x11: make all XF86 special keys mappablewm42015-02-131-1/+6
* input: make key bindings like "Shift+X" work (for ASCII)wm42014-08-261-0/+3
* input: make all modifier flags unsignedwm42014-08-261-8/+8
* input: be stricter about rejecting mouse input with --no-input-cursorwm42014-07-271-0/+3
* input: fix typos, cosmeticswm42014-05-101-10/+10
* input: keycodes: reorder flagswm42014-04-181-16/+16
* keycodes: add const to a function argumentwm42014-02-171-1/+1
* input: use bstr_xappend()wm42013-12-301-2/+2
* input: split off some code from input.c to separate fileswm42013-12-261-0/+18
* Move mpvcore/input/ to input/wm42013-12-171-0/+254
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-214/+0
* win32: support key modifiers (shift, ctrl, alt)wm42012-04-061-10/+9
* x11: add print and menu keyswm42012-01-181-0/+1
* input: allow unicode keys and reassign internal key codeswm42012-01-181-19/+19
* input: support up to 20 mouse buttonsreimar2011-06-291-2/+22
* input: move all key code lists to input/keycodes.hUoti Urpala2011-05-021-0/+194