GamePatchNote Digest
Gamepad Massage News — January 21, 2019
Aggregated from Steam, cross-tracked with Battle.net coverage on GamePatchNote.
Update:
1.Refine input function of the input box.
Now we use text input in GLFW for input box, not key input anymore.
This means we can input other languages than English now.
2.Fix a bug that will cause position false if the cursor is behind a space in input box.
Engine Update:
1.Refine event process logic in GameWindowComponent class.
Now we can register and manage event processor more conveniently.