Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielkrupinski/GOESP
/ functions
Functions
3,911 in github.com/danielkrupinski/GOESP
⨍
Functions
3,911
◇
Types & classes
835
Function
FT_TrueTypeGX_Validate
GOESP/freetype/src/base/ftgxval.c:36
Method
FilterImGuiLetters
Return 0 (pass) if the character is 'i' or 'm' or 'g' or 'u' or 'i'
GOESP/imgui/imgui_demo.cpp:1286
Method
FindBestWindowPosForPopup
GOESP/imgui/imgui.cpp:8473
Method
FindBestWindowPosForPopupEx
r_avoid = the rectangle to avoid (e.g. for tooltip it is a rectangle around the mouse cursor which we want to avoid. for popups it's a small point aro
GOESP/imgui/imgui.cpp:8388
Method
FindOrCreateColumns
GOESP/imgui/imgui_tables.cpp:3728
Method
FindOrCreateWindowSettings
GOESP/imgui/imgui.cpp:10319
Method
FindRenderedTextEnd
GOESP/imgui/imgui.cpp:2646
Method
FindSettingsHandler
GOESP/imgui/imgui.cpp:10326
Method
FindWindowByID
GOESP/imgui/imgui.cpp:5080
Method
FindWindowByName
GOESP/imgui/imgui.cpp:5086
Method
FindWindowFocusIndex
GOESP/imgui/imgui.cpp:9445
Method
FindWindowSettings
GOESP/imgui/imgui.cpp:10310
Function
Floor
Full version, ensure both points are fully clipped.
GOESP/imgui/imgui_internal.h:469
Method
FocusTopMostWindowUnderOne
GOESP/imgui/imgui.cpp:6444
Method
FocusWindow
Moving window to front of display and set focus (which happens to be back of our sorted list)
GOESP/imgui/imgui.cpp:6401
Method
FocusableItemRegister
Process TAB/Shift+TAB. Be mindful that this function may _clear_ the ActiveID when tabbing out.
GOESP/imgui/imgui.cpp:3249
Method
FocusableItemUnregister
GOESP/imgui/imgui.cpp:3286
Method
FontPush
GOESP/Hacks/ESP.cpp:348
Function
FreeType_Alloc
FreeType memory allocation callbacks
GOESP/imgui/imgui_freetype.cpp:700
Function
FreeType_Free
GOESP/imgui/imgui_freetype.cpp:705
Function
FreeType_Realloc
GOESP/imgui/imgui_freetype.cpp:710
Function
FreeWrapper
GOESP/imgui/imgui.cpp:962
Method
GUI
GOESP/GUI.cpp:45
Method
GcAwakeTransientWindowBuffers
GOESP/imgui/imgui.cpp:3033
Method
GcCompactTransientMiscBuffers
GOESP/imgui/imgui.cpp:3009
Method
GcCompactTransientWindowBuffers
Free up/compact internal window buffers, we can use this when a window becomes unused. Not freed: - ImGuiWindow, ImGuiWindowSettings, Name, StateStora
GOESP/imgui/imgui.cpp:3021
Function
GetActiveID
GOESP/imgui/imgui_internal.h:2264
Method
GetAllocatorFunctions
This is provided to facilitate copying allocators from one static/DLL boundary to another (e.g. retrieve default allocator of your executable address
GOESP/imgui/imgui.cpp:3375
Function
GetArea
GOESP/imgui/imgui_internal.h:452
Function
GetBL
Top-right
GOESP/imgui/imgui_internal.h:455
Function
GetBR
Bottom-left
GOESP/imgui/imgui_internal.h:456
Method
GetBackgroundDrawList
GOESP/imgui/imgui.cpp:3479
Method
GetBit
GOESP/imgui/imgui.h:2519
Method
GetBool
GOESP/imgui/imgui.cpp:1917
Method
GetBoolRef
GOESP/imgui/imgui.cpp:1947
Method
GetBuilderForFreeType
GOESP/imgui/imgui_freetype.cpp:757
Function
GetByIndex
GOESP/imgui/imgui_internal.h:583
Function
GetByKey
GOESP/imgui/imgui_internal.h:582
Function
GetCenter
GOESP/imgui/imgui_internal.h:448
Method
GetClipRectMax
GOESP/imgui/imgui.h:2356
Method
GetClipRectMin
GOESP/imgui/imgui.h:2355
Method
GetClipboardText
GOESP/imgui/imgui.cpp:3333
Function
GetClipboardTextFn_DefaultImpl
Win32 clipboard implementation We use g.ClipboardHandlerData for temporary storage to ensure it is freed on Shutdown()
GOESP/imgui/imgui.cpp:10596
Method
GetColorU32
GOESP/imgui/imgui.cpp:2423
Method
GetColumnIndex
GOESP/imgui/imgui_tables.cpp:3575
Method
GetColumnNormFromOffset
GOESP/imgui/imgui_tables.cpp:3592
Method
GetColumnOffset
GOESP/imgui/imgui_tables.cpp:3616
Method
GetColumnOffsetFromNorm
GOESP/imgui/imgui_tables.cpp:3587
Method
GetColumnWidth
GOESP/imgui/imgui_tables.cpp:3645
Method
GetColumnsCount
GOESP/imgui/imgui_tables.cpp:3581
Method
GetColumnsID
GOESP/imgui/imgui_tables.cpp:3741
Method
GetContentRegionAvail
GOESP/imgui/imgui.cpp:7641
Function
GetContentRegionAvailWidth
OBSOLETED in 1.70 (from May 2019)
GOESP/imgui/imgui.h:2790
Method
GetContentRegionMax
FIXME: This is in window space (not screen space!).
GOESP/imgui/imgui.cpp:7620
Method
GetContentRegionMaxAbs
[Internal] Absolute coordinate. Saner. This is not exposed until we finishing refactoring work rect features.
GOESP/imgui/imgui.cpp:7631
Method
GetCurrentContext
Internal state access - if you want to share Dear ImGui state between modules (e.g. DLL) or allocate it yourself Note that we still point to some stat
GOESP/imgui/imgui.cpp:3353
Function
GetCurrentTable
Tables: Internals
GOESP/imgui/imgui_internal.h:2373
Method
GetCursorPos
User generally sees positions in window coordinates. Internally we store CursorPos in absolute screen coordinates because it is more convenient. Conve
GOESP/imgui/imgui.cpp:7447
Method
GetCursorPosX
GOESP/imgui/imgui.cpp:7453
Method
GetCursorPosY
GOESP/imgui/imgui.cpp:7459
Method
GetCursorScreenPos
GOESP/imgui/imgui.cpp:7432
Method
GetCursorStartPos
GOESP/imgui/imgui.cpp:7486
Method
GetDragDropPayload
GOESP/imgui/imgui.cpp:9966
Method
GetDrawData
Pass this to your backend rendering function! Valid after Render() and until the next call to NewFrame()
GOESP/imgui/imgui.cpp:3438
Method
GetDrawListSharedData
GOESP/imgui/imgui.cpp:3501
Method
GetFloat
GOESP/imgui/imgui.cpp:1922
Method
GetFloatRef
GOESP/imgui/imgui.cpp:1952
Function
GetFocusID
GOESP/imgui/imgui_internal.h:2265
Function
GetFocusScope
Focus scope which is actually active
GOESP/imgui/imgui_internal.h:2331
Function
GetFocusedFocusScope
GOESP/imgui/imgui_internal.h:2330
Method
GetFont
GOESP/imgui/imgui.cpp:6889
Method
GetFontSize
GOESP/imgui/imgui.cpp:6894
Method
GetFontTexUvWhitePixel
GOESP/imgui/imgui.cpp:6899
Method
GetForegroundDrawList
GOESP/imgui/imgui.cpp:3490
Method
GetFrameCount
GOESP/imgui/imgui.cpp:3450
Method
GetFrameHeight
GOESP/imgui/imgui.cpp:7605
Method
GetFrameHeightWithSpacing
GOESP/imgui/imgui.cpp:7611
Method
GetGlyphRangesJapanese
GOESP/imgui/imgui_draw.cpp:2904
Method
GetGlyphRangesVietnamese
GOESP/imgui/imgui_draw.cpp:3018
Function
GetHeight
GOESP/imgui/imgui_internal.h:451
Method
GetHoveredID
GOESP/imgui/imgui.cpp:3093
Method
GetIDWithSeed
Helper to avoid a common series of PushOverrideID -> GetID() -> PopID() call (note that when using this pattern, TestEngine's "Stack Tool" will tend t
GOESP/imgui/imgui.cpp:7018
Function
GetItemID
Basic Accessors
GOESP/imgui/imgui_internal.h:2262
Method
GetItemRectMax
GOESP/imgui/imgui.cpp:4933
Method
GetItemRectMin
GOESP/imgui/imgui.cpp:4927
Method
GetItemRectSize
GOESP/imgui/imgui.cpp:4939
Function
GetItemStatusFlags
Get ID of last item (~~ often same ImGui::GetID(label) beforehand)
GOESP/imgui/imgui_internal.h:2263
Function
GetItemsFlags
GOESP/imgui/imgui_internal.h:2266
Method
GetKeyIndex
GOESP/imgui/imgui.cpp:4601
Method
GetKeyPressedAmount
GOESP/imgui/imgui.cpp:4637
Method
GetMainViewport
GOESP/imgui/imgui.cpp:10545
Method
GetMergedKeyModFlags
GOESP/imgui/imgui.cpp:3871
Method
GetMouseCursor
GOESP/imgui/imgui.cpp:4787
Method
GetMouseDragDelta
Return the delta from the initial clicking position while the mouse button is clicked or was just released. This is locked and return 0.0f until the m
GOESP/imgui/imgui.cpp:4766
Method
GetMousePos
GOESP/imgui/imgui.cpp:4728
Method
GetMousePosOnOpeningCurrentPopup
NB: prefer to call right after BeginPopup(). At the time Selectable/MenuItem is activated, the popup is already closed!
GOESP/imgui/imgui.cpp:4735
Method
GetNavInputAmount
GOESP/imgui/imgui.cpp:8916
Method
GetNavInputAmount2d
GOESP/imgui/imgui.cpp:8938
Function
GetOrAddByKey
GOESP/imgui/imgui_internal.h:585
Function
GetRedoAvailCount
GOESP/imgui/imgui_internal.h:987
← previous
next →
2,301–2,400 of 3,911, ranked by callers