sphaero / oui-blendish

Blendish is a small collection of drawing functions for NanoVG in a single C header file, designed to replicate the look of the Blender 2.5+ User Interface. You can use these functions to theme your UI library. Some metric constants for faithful reproduction are also included.
Other
1 stars 0 forks source link

textfield text is not selectable #3

Open sphaero opened 6 years ago

sphaero commented 6 years ago

this is simply not implemented

sphaero commented 6 years ago

see https://github.com/sphaero/oui-blendish/blob/master/example.cpp#L401

sphaero commented 6 years ago

make mouse set caret position

sphaero commented 6 years ago

if text is bigger than textbox the text will be drawn beyond the textbox