getnamo / BLUI-Unreal

CEF based HTML UI for the Unreal Engine.
MIT License
350 stars 73 forks source link

Wrong Key Codes For Arrow Keys (Can't Build) #44

Closed aaron1a12 closed 4 years ago

aaron1a12 commented 4 years ago

Hey, I forked and did a pull request to fix the wrong key codes that were entered in BluEye.h and I tried building myself but I couldn't because the builder.py seems really outdated.

What is "Patch"?

getnamo commented 4 years ago

I don't personally use builder.py. It looks related to CEF builds, which I do manually using the sparse instructions at https://github.com/getnamo/blubrowser

You should be able to change BluEye.h and hit compile in ue4 to update unreal side of the plugin.

aaron1a12 commented 4 years ago

Oh great. I wasn't trying to rebuild CEF. Thanks.