Mouse Cursor over Textbox

thecaptain

24-01-2008 19:42:35

Hey, I see that QuickGUI automatically handles changing the mouse cursor to the resizing arrows when over a resizable widget's border, and I was thinking that it would be nice this could be expanded to automatically change the mouse cursor to a text-select cursor when over a textbox.

Maybe QuickGUI::MouseCursor::CursorState::CURSOR_STATE_TEXT_SELECT could be added to handle this. There could also be a method added to textbox that would allow the user to determine whether to the cursor would change or not.

Kungfoomasta, can I add this in?

kungfoomasta

24-01-2008 19:44:27

Yah, that would be great! :D

thecaptain

24-01-2008 21:02:38

Cool, it's added!