We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ArrowButton
1 parent bd7f83a commit ff89ff9Copy full SHA for ff89ff9
src/PasImGui.pas
@@ -376,7 +376,7 @@
376
Class Function Button(_label: AnsiString): Boolean; Overload; //overload for default size (0,0)
377
Class Function SmallButton(_label: PAnsiChar): Boolean;
378
{$IfDef INLINE} inline;{$EndIf}
379
- Class Function ImGui.ArrowButton(_label: PAnsiChar; _dir: ImGuiDir): Boolean;
+ Class Function ArrowButton(_label: PAnsiChar; _dir: ImGuiDir): Boolean;
380
381
Class Function InvisibleButton(str_id: PAnsiChar; size: ImVec2;
382
flags: ImGuiButtonFlags = ImGuiButtonFlags_None): Boolean;
0 commit comments