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

Support for tolerance on submenus that are positioned above and below the main menu. #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tuckbick
Copy link

No description provided.

@Codelica
Copy link

+1 Thanks for this. Helps make above/below tolerable. ;)

Depending on the menu design, it would be great if this was optional also:

if (prevLoc.x < offset.left || prevLoc.x > lowerRight.x ||
                    prevLoc.y < offset.top || prevLoc.y > lowerRight.y) {
                    // If the previous mouse location was outside of the entire
                    // menu's bounds, immediately activate.
                    return 0;
                }

@Rio517
Copy link

Rio517 commented Dec 18, 2013

@kamens Would be great to get some of these pull requests merged. Are you not in a position to maintain the project anymore?

@jescalan
Copy link

+1

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

Successfully merging this pull request may close these issues.

4 participants