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

[FE]: Add Event API to Plugin API #298

Closed
KaWaite opened this issue May 24, 2022 · 0 comments · Fixed by reearth/reearth-web#280
Closed

[FE]: Add Event API to Plugin API #298

KaWaite opened this issue May 24, 2022 · 0 comments · Fixed by reearth/reearth-web#280
Assignees
Labels

Comments

@KaWaite
Copy link
Member

KaWaite commented May 24, 2022

closes #271

Needs #299 approved before starting.

Extend the Re:Earth plugin API to support (mouse) events.

Events to be supported:

  • Mouse move event
  • Mouse click event
  • Mouse key down event
  • Mouse key up event
  • Mouse right click event
  • mousedown
  • mouseup
  • mouseover
  • mouseenter
  • mouseout
  • mouseleave
  • mousemove
  • click
  • dblclick
  • contextmenu
  • wheel(mousewheel)

On event, should return:

  • Lat
  • Lng
  • Layer's id (if hovered)
@KaWaite KaWaite created this issue from a note in Re:Earth Dev Kanban v2 (To Do) May 24, 2022
@KaWaite KaWaite self-assigned this May 24, 2022
@HideBa HideBa changed the title Add Event API to Plugin API [FE]: Add Event API to Plugin API May 25, 2022
@lavalse lavalse moved this from To Do to In progress in Re:Earth Dev Kanban v2 Jun 1, 2022
@lavalse lavalse moved this from In progress to In Review in Re:Earth Dev Kanban v2 Jun 1, 2022
@lavalse lavalse moved this from In Review to To Do in Re:Earth Dev Kanban v2 Jun 1, 2022
@KaWaite KaWaite assigned airslice and unassigned KaWaite Jul 4, 2022
@airslice airslice moved this from To Do to In Review in Re:Earth Dev Kanban v2 Jul 29, 2022
@airslice airslice moved this from In Review to Done in Re:Earth Dev Kanban v2 Aug 1, 2022
pyshx pushed a commit that referenced this issue Apr 17, 2023
fix: device menu icon getting squished
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants