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

app:mouse() API #61

Closed
capr opened this issue Sep 25, 2015 · 1 comment
Closed

app:mouse() API #61

capr opened this issue Sep 25, 2015 · 1 comment

Comments

@capr
Copy link
Member

capr commented Sep 25, 2015

For moving/resizing windows we need a way to get the mouse state in screen coordinates independent of the current position of any window. This is particularly needed for X11 (once again the async nature of X screws everything).

@capr capr added this to the r1 milestone Sep 25, 2015
@capr capr changed the title app:mouse() app:mouse() API Sep 25, 2015
@capr
Copy link
Member Author

capr commented Sep 25, 2015

Done, but there are issues:

  1. on OSX the mouse location is outside the event stream (on OSX app:mouse() location is outside the event stream #63)
  2. we only get the mouse location - we should also get the button state (app:mouse() API - get button state too #62).

@capr capr closed this as completed Sep 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant