RainbowMage / OverlayPlugin

Other
132 stars 182 forks source link

Click events inside of web view #21

Closed billyvg closed 9 years ago

billyvg commented 9 years ago

Is there a way we can get click events inside of the web view to propagate?

It would be useful to be able to click inside of the overlay to switch views (i.e. switch from DPS view to Healing view to Tanking view). This way we can minimize clutter while still having a lot more flexibility.

RainbowMage commented 9 years ago

There is currently no way of getting click event because mouse related handlers is not implemented on the HTML renderer.

I'm going to implement that.

RainbowMage commented 9 years ago

Mouse and keyboard handling on the overlay has implemented. Please try.

billyvg commented 9 years ago

:thumbsup: Works, thank you!