ashea-code / BLUI

Rich HTML UI engine for UE4
MIT License
859 stars 259 forks source link

Regaining Focus #80

Open thechiclayano opened 8 years ago

thechiclayano commented 8 years ago

When I load up the demo level (I had to create a default C++ FPS project and then copied over the HTML and Content folders after setting up the plugin) I can click on the UI windows only by using shift+F1 and then afterwards I'm unable to regain focus and pan around without exiting the play. Anyone know what i'm doing wrong? Is it a problem with how I set it up or with running in the editor?

cthulhusec commented 8 years ago

@thechiclayano You need to set ShowMouseCursor to true.

Ghos1ware commented 8 years ago

@buddytex, that did not help. As soon as you click once, anywhere, inputs act weird and look like registering once every 20 clicks. Any other idea?