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

Add mouse events with coordinate to GLWidget #141

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

ntadej
Copy link
Collaborator

@ntadej ntadej commented Jun 25, 2024

Add mouse events with coordinate to GLWidget:

    void onMouseDoubleClickEvent(QMapLibre::Coordinate coordinate);
    void onMousePressEvent(QMapLibre::Coordinate coordinate);
    void onMouseReleaseEvent(QMapLibre::Coordinate coordinate);
    void onMouseMoveEvent(QMapLibre::Coordinate coordinate);

Fixes #82.

/cc @cgalvan @wecand0

@ntadej ntadej requested a review from louwers June 25, 2024 15:29
@ntadej ntadej merged commit 7798b7f into maplibre:main Jun 25, 2024
38 checks passed
@ntadej ntadej deleted the widgets-mouse branch June 25, 2024 16:02
@cgalvan
Copy link

cgalvan commented Jun 25, 2024

Awesome, thanks for adding this! :)

@wecand0
Copy link

wecand0 commented Jul 12, 2024

thank you!

@ntadej ntadej added this to the 3.0 milestone Oct 11, 2024
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.

Add mouse event signal helpers to GLWidget
4 participants