Skip to content

Missing Bindings: unsigned inputScalar #267

@a-cpu-a

Description

@a-cpu-a

Version

1.87.3

What part of the binding has gaps?

Dear ImGui

What is missing?

In 1.86.11 you could use the dataType argument in inputScalar, to use unsigned numbers

public static boolean inputScalar(String label, int dataType, ImLong pData)

Example use:

ImGui.inputScalar("UUID-Least",ImGuiDataType.U64,uuid[0]);

Since dataType was removed, there is no way to use unsigned numbers

public static boolean inputScalar(final String label, final ImLong pData)

Metadata

Metadata

Assignees

No one assigned

    Labels

    missing bindingSome of the original library API is missing

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions