Change to GuiTextEditSliderCtrl

Change dimension elements to a guiTextEditSliderCtrl
add a button to copy all elements of the multi dimension class to the platform clipboard
This commit is contained in:
marauder2k7 2023-06-10 21:30:58 +01:00
parent 0a7550eeba
commit 92920dbcd9
3 changed files with 53 additions and 12 deletions

View file

@ -331,12 +331,12 @@ void GuiInspectorField::setData( const char* data, bool callbacks )
|| type == TypeColorF
|| type == TypePoint2I
|| type == TypePoint2F
//|| type == TypePoint3F
|| type == TypePoint3F
|| type == TypePoint4F
|| type == TypeRectI
|| type == TypeRectF
//|| type == TypeMatrixPosition
//|| type == TypeMatrixRotation
|| type == TypeMatrixPosition
|| type == TypeMatrixRotation
|| type == TypeBox3F
|| type == TypeRectUV
|| type == TypeRotationF)