Managed to fix my keyboard events in 4.12!
Apparently some focus-related setting is no longer enabled by default in 4.12 and you have to enable it manually.
Here's how I fixed it when using the ExampleHUD asset:
Now my BLUI browser actually gets some keyboard events after I focus it by clicking once.
Apparently some focus-related setting is no longer enabled by default in 4.12 and you have to enable it manually.
Here's how I fixed it when using the ExampleHUD asset:
- Open the asset.
- Select Designer mode from the top right.
- In the Hierarchy pane, select ExampleHUD.
- In the Details pane, tick the box "Interaction -> Is Focusable".
Now my BLUI browser actually gets some keyboard events after I focus it by clicking once.
Comment