]> git.sur5r.net Git - i3/i3/commit
Add `input_type` enum to `Binding` typedef
authorTony Crisci <tony@dubstepdish.com>
Thu, 9 Jan 2014 16:59:21 +0000 (11:59 -0500)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 12 Jan 2014 21:37:11 +0000 (22:37 +0100)
commit54012719842cdd99286b702dbe72121709a503b8
tree6b4a4269d01644dc00ca52905cb45bbbb7348ab2
parent7bddf9add50dc40a5d13e6af8dfa981992da8001
Add `input_type` enum to `Binding` typedef

An input type of B_KEYBOARD will indicated this binding was created with
"bindsym", "bindcode", or "bind" and should only run on key press
events.

An input type of B_MOUSE will indicate this binding was created with
"bindmouse" and should only run on button press events (not yet
implemented).

For more information see #558.
include/data.h