igInputInt function

int igInputInt(
  1. Pointer<Uint8> label,
  2. Pointer<Int32> v,
  3. int step,
  4. int step_fast,
  5. int flags,
)
byte igInputInt(
 byte* label ,
 int* v ,
 int step ,
 int step_fast ,
 ImGuiInputTextFlags flags
);

Implementation

int igInputInt(Pointer<Uint8> label, Pointer<Int32> v, int step, int step_fast,
        int flags) =>
    _igInputInt(label, v, step, step_fast, flags);