KSP-RO / ProceduralParts

A continuation of StretchySRBs, which is a continuation of StretchyTanks
71 stars 79 forks source link

Support for Numerical Input for the PAW fields #262

Closed fat-lobyte closed 2 years ago

fat-lobyte commented 4 years ago

Stock KSP 1.7.3 added the possibility to type numerical values into the Part Action Window sliders.

This works for a lot of fields, but unfortunately it does not work for something where it would be very convenient: The dimension fields of Procedural Parts.

Would it be possible to allow the input of numerical values into these fields?

DRVeyl commented 2 years ago

This is implemented by KSP Community Fixes https://github.com/KSPModdingLibs/KSPCommunityFixes/blob/master/KSPCommunityFixes/QoL/UIFloatEditNumericInput.cs

image