ashea-code / BLUI

Rich HTML UI engine for UE4
MIT License
860 stars 258 forks source link

Improve Mouse Click position #17

Closed gotwig closed 9 years ago

gotwig commented 9 years ago

I tried to embed multiple html canvas on a mainmenu widget blueprint. But it seems the input gets handled for the whole mainwidget blueprint, instead of only in the area of the html canvas. I wonder what can be done about it :/?

Right now its like you have to click into very weird spots on the screen (example fullhd), and its not where the html content in reality is.

ashea-code commented 9 years ago

Once again, separate widgets may help with this, also doing some math will help you get the X,Y to create a vector from, then pass into the mouse methods