pupil-labs / pyglui

cython powered OpenGL gui that works with glfw
MIT License
30 stars 20 forks source link

slider feature - text input to change value #13

Closed willpatera closed 9 years ago

willpatera commented 9 years ago

Feature request - to directly enter the value in the sync_val.value display area via text input. This would mean that the value display area/label would become a text input area.

Currently Value is just a label, but it could also be a text_input ui element. Important if we want to be able to precisely set values (not necessary for step slider).

+--------------------------------+
| Label                    Value |
| ------------------O----------- |
+--------------------------------+
+--------------------------------+
| Label       [Value text_input] |
| ------------------O----------- |
+--------------------------------+
mkassner commented 9 years ago

In my opinion this is not necessary.

willpatera commented 9 years ago

ok - closing this.