Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excluding windows from drawing #62

Closed
rianadon opened this issue Dec 20, 2018 · 2 comments
Closed

Excluding windows from drawing #62

rianadon opened this issue Dec 20, 2018 · 2 comments

Comments

@rianadon
Copy link

Hi there!

First of all I love the project. It's too fast and I've yet to run into any bugs.
I wanted to try to get an application to still be clickable while Gromit-MPX was in use. In other words, the mouse would draw lines while outside of that window but once inside stop drawing and interact with the window. Then once moved outside the window start drawing again.

Given the way Gromit works currently, which as I understand Gromit takes control of the mouse and consumes its events when drawing, preventing them from reaching windows underneath, would there be any easy way to implement this?

Thanks!

@bk138
Copy link
Owner

bk138 commented Dec 20, 2018

thanks for the props! excluding windows would be hard to implement, I suggest using a second mouse as we are -mpx after all 😉

@bk138 bk138 closed this as completed Dec 20, 2018
@rianadon
Copy link
Author

No problem! I should've added it's well maintained too. I envisioned making a toolbar (like Ardesia has) for adjusting the pen size and color, and was thinking maybe I could exclude that from the drawing area. However you're right; it's not too hard to use a combination of touchsceen / mouse to do controls and drawing separately. 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants