Skip to content

Conversation

@joehy
Copy link

@joehy joehy commented Apr 4, 2021

mouse

@goxr3plus
Copy link
Owner

@joehy

Hello so basically this pull request is merging master branch into the experimental branch ?

//Rectangle2D wholeScreen = Screen.getScreensForRectangle(m.getScreenX(), m.getScreenY(), 1, 1).get(0).getBounds()
Rectangle2D screen = Screen.getScreensForRectangle(m.getScreenX(), m.getScreenY(), 1, 1).get(0).getVisualBounds();
ObservableList<Screen> screens = Screen.getScreensForRectangle(m.getScreenX(), m.getScreenY(), 1, 1);
if (screens.isEmpty()) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great one i haven't noticed this case :)

@goxr3plus
Copy link
Owner

Is this pull request finished or it is work in progress?

I haven't seen the fix for double mouse click on the changed code :)

@goxr3plus
Copy link
Owner

Having a look again today.

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.

5 participants