-
-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Labels
missing bindingSome of the original library API is missingSome of the original library API is missing
Description
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
Labels
missing bindingSome of the original library API is missingSome of the original library API is missing