Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RequestFX/ImGUI-Advanced-Cheat-Menu
/ functions
Functions
1,798 in github.com/RequestFX/ImGUI-Advanced-Cheat-Menu
⨍
Functions
1,798
◇
Types & classes
429
↓ 816 callers
Function
ImVec2
dependencies/imgui-sfml/include/imgui.h:252
↓ 239 callers
Function
ImMax
dependencies/imgui-sfml/include/imgui_internal.h:436
↓ 153 callers
Method
c_str
dependencies/imgui-sfml/include/imgui.h:2225
↓ 144 callers
Function
HelpMarker
Helper to display a little (?) mark which shows a tooltip when hovered. In your own code you may want to display an actual icon if you are using a mer
dependencies/imgui-sfml/include/imgui_demo.cpp:191
↓ 102 callers
Function
ttUSHORT
dependencies/imgui-sfml/include/imstb_truetype.h:1291
↓ 87 callers
Function
ImMin
dependencies/imgui-sfml/include/imgui_internal.h:435
↓ 75 callers
Function
GetCurrentWindow
dependencies/imgui-sfml/include/imgui_internal.h:2520
↓ 74 callers
Function
ImFloor
dependencies/imgui-sfml/include/imgui_internal.h:453
↓ 66 callers
Method
clear
dependencies/imgui-sfml/include/imgui.h:2223
↓ 61 callers
Function
ImClamp
dependencies/imgui-sfml/include/imgui_internal.h:437
↓ 60 callers
Method
AddRectFilled
dependencies/imgui-sfml/include/imgui_draw.cpp:1405
↓ 60 callers
Function
ImRect
dependencies/imgui-sfml/include/imgui_internal.h:503
↓ 50 callers
Function
ImFormatString
dependencies/imgui-sfml/include/imgui.cpp:1676
↓ 47 callers
Method
GetID
dependencies/imgui-sfml/include/imgui.cpp:3303
↓ 46 callers
Function
ImLerp
dependencies/imgui-sfml/include/imgui_internal.h:438
↓ 45 callers
Method
AddRect
p_min = upper-left, p_max = lower-right Note we don't render 1 pixels sized rectangles properly.
dependencies/imgui-sfml/include/imgui_draw.cpp:1394
↓ 39 callers
Function
ItemSize
dependencies/imgui-sfml/include/imgui_internal.h:2616
↓ 38 callers
Function
ttSHORT
dependencies/imgui-sfml/include/imstb_truetype.h:1292
↓ 35 callers
Method
size
Buf is zero-terminated, so end() will point on the zero-terminator
dependencies/imgui-sfml/include/imgui.h:2221
↓ 34 callers
Function
DragFloat
dependencies/imgui-sfml/include/imgui.h:2991
↓ 31 callers
Method
begin
dependencies/imgui-sfml/include/imgui.h:2219
↓ 30 callers
Method
AddLine
dependencies/imgui-sfml/include/imgui_draw.cpp:1383
↓ 30 callers
Function
SliderFloat
dependencies/imgui-sfml/include/imgui.h:2997
↓ 26 callers
Function
GetForegroundDrawList
dependencies/imgui-sfml/include/imgui_internal.h:2549
↓ 23 callers
Function
ImSaturate
dependencies/imgui-sfml/include/imgui_internal.h:449
↓ 23 callers
Method
empty
dependencies/imgui-sfml/include/imgui.h:2222
↓ 22 callers
Method
end
dependencies/imgui-sfml/include/imgui.h:2220
↓ 20 callers
Method
OnKeyPressed
dependencies/imgui-sfml/include/imgui_widgets.cpp:3865
↓ 20 callers
Function
stb_textedit_clamp
make the selection/cursor state valid if client altered the string
dependencies/imgui-sfml/include/imstb_textedit.h:579
↓ 19 callers
Function
PopStyleCompact
dependencies/imgui-sfml/include/imgui_demo.cpp:3645
↓ 19 callers
Function
PushStyleCompact
Make the UI compact because there are so many fields
dependencies/imgui-sfml/include/imgui_demo.cpp:3638
↓ 18 callers
Function
ImIsPowerOfTwo
Helpers: Bit manipulation
dependencies/imgui-sfml/include/imgui_internal.h:317
↓ 18 callers
Function
IsNavInputTest
dependencies/imgui-sfml/include/imgui_internal.h:2703
↓ 18 callers
Function
stbtt__handle_clipped_edge
the edge passed in here does not cross the vertical line at x or the vertical line at x+1 (i.e. it has already been clipped to those)
dependencies/imgui-sfml/include/imstb_truetype.h:3033
↓ 18 callers
Function
ttULONG
dependencies/imgui-sfml/include/imstb_truetype.h:1293
↓ 17 callers
Function
GetCurrentWindowRead
Windows We should always have a CurrentWindow in the stack (there is an implicit "Debug" window) If this ever crash because g.CurrentWindow is NULL it
dependencies/imgui-sfml/include/imgui_internal.h:2519
↓ 16 callers
Method
AddText
dependencies/imgui-sfml/include/imgui_draw.cpp:1577
↓ 16 callers
Method
GetSize
dependencies/imgui-sfml/include/imgui_internal.h:663
↓ 16 callers
Function
ImHashStr
Zero-terminated string hash, with support for ### to reset back to seed value We support a syntax of "label###id" where only "###id" is included in th
dependencies/imgui-sfml/include/imgui.cpp:1771
↓ 16 callers
Function
STB_TEXTEDIT_GETCHAR
dependencies/imgui-sfml/include/imgui_widgets.cpp:3748
↓ 16 callers
Method
reserve
dependencies/imgui-sfml/include/imgui.h:2224
↓ 16 callers
Function
stbtt_FindGlyphIndex
dependencies/imgui-sfml/include/imstb_truetype.h:1501
↓ 15 callers
Method
Clear
dependencies/imgui-sfml/include/imgui_draw.cpp:2032
↓ 15 callers
Method
appendf
dependencies/imgui-sfml/include/imgui.cpp:2418
↓ 15 callers
Function
stbtt__buf_get8
dependencies/imgui-sfml/include/imstb_truetype.h:1138
↓ 15 callers
Function
stbtt__csctx_rccurve_to
dependencies/imgui-sfml/include/imstb_truetype.h:1962
↓ 15 callers
Function
stbtt__find_table
@OPTIMIZE: binary search
dependencies/imgui-sfml/include/imstb_truetype.h:1311
↓ 15 callers
Function
toImColor
dependencies/imgui-sfml/include/imgui-SFML.cpp:1079
↓ 14 callers
Method
SetCurrentChannel
dependencies/imgui-sfml/include/imgui_draw.cpp:1791
↓ 13 callers
Method
PathLineTo
dependencies/imgui-sfml/include/imgui.h:2577
↓ 12 callers
Function
ImSwap
dependencies/imgui-sfml/include/imgui_internal.h:439
↓ 12 callers
Function
SliderFloat2
dependencies/imgui-sfml/include/imgui.h:2998
↓ 11 callers
Method
ClearFlags
dependencies/imgui-sfml/include/imgui_internal.h:1111
↓ 11 callers
Method
Contains
dependencies/imgui-sfml/include/imgui_internal.h:649
↓ 11 callers
Function
ImLengthSqr
dependencies/imgui-sfml/include/imgui_internal.h:450
↓ 11 callers
Function
stb_textedit_prep_selection_at_cursor
update selection and cursor to match each other
dependencies/imgui-sfml/include/imstb_textedit.h:689
↓ 10 callers
Method
AddCircle
dependencies/imgui-sfml/include/imgui_draw.cpp:1483
↓ 10 callers
Function
ImTextCharFromUtf8
Convert UTF-8 to 32-bit character, process single character input. A nearly-branchless UTF-8 decoder, based on work of Christopher Wellons (https://gi
dependencies/imgui-sfml/include/imgui.cpp:1879
↓ 10 callers
Function
STB_TEXTEDIT_STRINGLEN
dependencies/imgui-sfml/include/imgui_widgets.cpp:3747
↓ 10 callers
Function
SetJoystickMapping
dependencies/imgui-sfml/include/imgui-SFML.cpp:846
↓ 9 callers
Method
AddCircleFilled
dependencies/imgui-sfml/include/imgui_draw.cpp:1507
↓ 9 callers
Method
HasSelection
dependencies/imgui-sfml/include/imgui.h:2104
↓ 9 callers
Function
ImAbs
dependencies/imgui-sfml/include/imgui_internal.h:421
↓ 9 callers
Function
IsNamedKey
Inputs FIXME: Eventually we should aim to move e.g. IsActiveIdUsingKey() into IsKeyXXX functions.
dependencies/imgui-sfml/include/imgui_internal.h:2691
↓ 9 callers
Function
LowerBound
std::lower_bound but without the bullshit
dependencies/imgui-sfml/include/imgui.cpp:2143
↓ 9 callers
Method
PathArcToFast
0: East, 3: South, 6: West, 9: North, 12: East
dependencies/imgui-sfml/include/imgui_draw.cpp:1170
↓ 9 callers
Method
PushClipRect
Push a clipping rectangle for both ImGui logic (hit-testing etc.) and low-level ImDrawList rendering. - When using this function it is sane to ensure
dependencies/imgui-sfml/include/imgui.cpp:4734
↓ 9 callers
Function
WindowRectAbsToRel
dependencies/imgui-sfml/include/imgui_internal.h:2533
↓ 9 callers
Method
next_chunk
dependencies/imgui-sfml/include/imgui_internal.h:682
↓ 9 callers
Function
stbtt__buf_seek
dependencies/imgui-sfml/include/imstb_truetype.h:1152
↓ 9 callers
Function
stbtt__new_buf
dependencies/imgui-sfml/include/imstb_truetype.h:1173
↓ 9 callers
Function
stbtt_setvertex
dependencies/imgui-sfml/include/imstb_truetype.h:1599
↓ 8 callers
Method
Begin
Use case A: Begin() called from constructor with items_height<0, then called again from Step() in StepNo 1 Use case B: Begin() called from constructor
dependencies/imgui-sfml/include/imgui.cpp:2587
↓ 8 callers
Function
Clear
dependencies/imgui-sfml/include/imgui_internal.h:574
↓ 8 callers
Function
ImAddClampOverflow
dependencies/imgui-sfml/include/imgui_internal.h:440
↓ 8 callers
Function
ImLog
dependencies/imgui-sfml/include/imgui_internal.h:419
↓ 8 callers
Function
ImSubClampOverflow
dependencies/imgui-sfml/include/imgui_internal.h:441
↓ 8 callers
Function
IsNavInputDown
dependencies/imgui-sfml/include/imgui_internal.h:2702
↓ 8 callers
Method
PopClipRect
dependencies/imgui-sfml/include/imgui.cpp:4741
↓ 8 callers
Function
STB_TEXTEDIT_LAYOUTROW
dependencies/imgui-sfml/include/imgui_widgets.cpp:3752
↓ 8 callers
Function
loadMouseCursor
dependencies/imgui-sfml/include/imgui-SFML.cpp:1384
↓ 8 callers
Function
stbtt_ScaleForPixelHeight
dependencies/imgui-sfml/include/imstb_truetype.h:2665
↓ 8 callers
Function
stbtt__buf_skip
dependencies/imgui-sfml/include/imstb_truetype.h:1158
↓ 7 callers
Method
Add
dependencies/imgui-sfml/include/imgui_internal.h:651
↓ 7 callers
Method
AddDrawCmd
dependencies/imgui-sfml/include/imgui_draw.cpp:450
↓ 7 callers
Method
AddImage
dependencies/imgui-sfml/include/imgui_draw.cpp:1611
↓ 7 callers
Method
AddKeyEvent
dependencies/imgui-sfml/include/imgui.cpp:1315
↓ 7 callers
Method
AddRectFilledMultiColor
p_min = upper-left, p_max = lower-right
dependencies/imgui-sfml/include/imgui_draw.cpp:1422
↓ 7 callers
Method
GetCenter
Helpers
dependencies/imgui-sfml/include/imgui.h:2937
↓ 7 callers
Function
ImCharIsBlankA
dependencies/imgui-sfml/include/imgui_internal.h:334
↓ 7 callers
Function
ImFileClose
We should in theory be using fseeko()/ftello() with off_t and _fseeki64()/_ftelli64() with __int64, waiting for the PR that does that in a very portab
dependencies/imgui-sfml/include/imgui.cpp:1824
↓ 7 callers
Function
ImPow
dependencies/imgui-sfml/include/imgui_internal.h:417
↓ 7 callers
Function
ImStrSkipBlank
dependencies/imgui-sfml/include/imgui.cpp:1647
↓ 7 callers
Method
InsertChars
dependencies/imgui-sfml/include/imgui_widgets.cpp:3898
↓ 7 callers
Method
PathArcTo
dependencies/imgui-sfml/include/imgui_draw.cpp:1180
↓ 7 callers
Function
convertGLTextureHandleToImTextureID
dependencies/imgui-sfml/include/imgui-SFML.cpp:1092
↓ 7 callers
Function
stbtt_GetGlyphBitmapBoxSubpixel
dependencies/imgui-sfml/include/imstb_truetype.h:2726
↓ 7 callers
Function
stbtt__cff_get_index
dependencies/imgui-sfml/include/imstb_truetype.h:1195
↓ 6 callers
Method
AddTriangleFilled
dependencies/imgui-sfml/include/imgui_draw.cpp:1472
↓ 6 callers
Function
CalcWindowSizeAfterConstraint
dependencies/imgui-sfml/include/imgui.cpp:5428
next →
1–100 of 1,798, ranked by callers