billyquith / GWork

Skinnable GUI with useful widget collection. Fork of GWEN.
https://billyquith.github.io/GWork/
Other
216 stars 30 forks source link

GLFW input handler is now working with GLFW3 #81

Open Megaxela opened 6 years ago

Megaxela commented 6 years ago

Input into text fields is not working with GLFW3 library. It's not working because of wrong implementation in file source/platform/include/Gwork/Input/GLFW3.h. I will make pull request with correct implementation soon.

billyquith commented 6 years ago

Thanks for the catch. 👍