igInputDouble function

int igInputDouble(
  1. Pointer<Uint8> label,
  2. Pointer<Double> v,
  3. double step,
  4. double step_fast,
  5. Pointer<Uint8> format,
  6. int flags
)
byte igInputDouble(
 byte* label ,
 double* v ,
 double step ,
 double step_fast ,
 byte* format ,
 ImGuiInputTextFlags flags
);

Implementation

int igInputDouble(Pointer<Uint8> label, Pointer<Double> v, double step,
        double step_fast, Pointer<Uint8> format, int flags) =>
    _igInputDouble(label, v, step, step_fast, format, flags);