Blender Git Loki
Git Commits -> Revision 7d9bbf1
Revision 7d9bbf1 by Joshua Leung (GPencil_Editing_Stage3) October 10, 2015, 12:42 (GMT) |
Fixes for using tablet events in keymap * Need to classify tablet events as being in the "mouse" category, or else attempts to add a new keymap item for this will fail by reverting to keyboard input * Made event matching more restrictive - it will now trigger only on a tablet events for LEFTMOUSE events. The problem was that, even when hovering over the tablet and pressing a key, you'd still get an event with tablet data, which meant that that event would get wrongly caught and handled. |
Commit Details:
Full Hash: 7d9bbf1b781487ddf42cee3aec0f2a42d84fc4bf
Parent Commit: 3d68c92
Lines Changed: +5, -0