cycfi / elements

Elements C++ GUI library

Home Page:http://cycfi.github.io/elements/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thumbwheel

djowel opened this issue · comments

Thumbwheels are small (space efficient) devices that present typically, but not limited to, textual information. Here's an example:

Thumbwheel

Normally, these are like small text boxes. I made the sample with a big font size for illustration.

In terms of control, they behave like dials. You can click and drag to change the value, or use the scroll-wheel, or two-finger touch scroll, to whizz through the items. Here's a gif clip:

thumbwheel

Done. Merged to develop, with expanded example.