wjakob / nanogui

Minimalistic GUI library for OpenGL
Other
4.66k stars 608 forks source link

Add own event struct that exclude dependency from glfw in widgets #38

Closed dalerank closed 8 years ago

dalerank commented 8 years ago

What you this about subj? It may be need to add event converter from glfw event to custom event, but will do code clear and more portable.

Thanks

wjakob commented 8 years ago

Please feel free to fork nanogui and make such changes. However, I plan to keep the GLFW dependency for the main software package.