fruxo / turbobadger

Small footprint UI library for hardware accelerated games & applications
578 stars 84 forks source link

Splitter #40

Open phicore opened 9 years ago

phicore commented 9 years ago

Is there a way to get a splitter control ?

thanks

fruxo commented 9 years ago

Implement one? :)

I have no plans (nor time) to add one.

A splitter control more or less require changing cursor though. There's no API in TB for mouse cursors. I think that can be avoided though. The platform integration could f.ex just check the widget type on hovered_widget and captured_widget after calling InvokePointerMove...