Please add an option to disable mouse input for drawing. This would be nice for users with drawing tablets (either dedicated or embedded into their touch screen, like in ThinkPads and Surface Pros). It seems possible, since the mouse and drawing tablet have different classes (InputManager::Mouse and InputManager::Pen, respectively).
I'm not a C++ developer, and I have no familiarity with the project's architecture, but I imagine it may be possible to add a toggle or line in a config file somewhere to control this, assuming they are handled differently internally.