ImGuiPayload_IsDataType function

int ImGuiPayload_IsDataType(
  1. Pointer<ImGuiPayload> self,
  2. Pointer<Uint8> type
)
byte ImGuiPayload_IsDataType(
 ImGuiPayload* self ,
 byte* type
);

Implementation

int ImGuiPayload_IsDataType(Pointer<ImGuiPayload> self, Pointer<Uint8> type) =>
    _ImGuiPayload_IsDataType(self, type);