Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Joe1sn/S-inject
/ functions
Functions
2,039 in github.com/Joe1sn/S-inject
⨍
Functions
2,039
◇
Types & classes
290
Method
DebugNodeWindowsList
extern/ImGui/imgui.cpp:17341
Method
DebugNodeWindowsListByBeginStackParent
FIXME-OPT: This is technically suboptimal, but it is simpler this way.
extern/ImGui/imgui.cpp:17355
Method
DebugRenderKeyboardPreview
Draw an arbitrary US keyboard layout to visualize translated keys
extern/ImGui/imgui.cpp:15844
Method
DebugRenderViewportThumbnail
extern/ImGui/imgui.cpp:15793
Method
DebugStartItemPicker
extern/ImGui/imgui.cpp:17614
Method
DebugTextEncoding
Helper tool to diagnose between text encoding issues and font loading issues. Pass your UTF-8 string and verify that there are correct.
extern/ImGui/imgui.cpp:15894
Method
DebugTextUnformattedWithLocateItem
Display line, search for 0xXXXXXXXX identifiers and call DebugLocateItemOnHover() when hovered.
extern/ImGui/imgui.cpp:17510
Method
DestroyContext
extern/ImGui/imgui.cpp:4008
Method
DisplayNode
extern/ImGui/imgui_demo.cpp:6751
Method
DragBehavior
extern/ImGui/imgui_widgets.cpp:2630
Method
DragBehaviorT
extern/ImGui/imgui_widgets.cpp:2500
Method
DragFloat
extern/ImGui/imgui_widgets.cpp:2803
Method
DragFloat2
extern/ImGui/imgui_widgets.cpp:2808
Method
DragFloat3
extern/ImGui/imgui_widgets.cpp:2813
Method
DragFloat4
extern/ImGui/imgui_widgets.cpp:2818
Method
DragFloatRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
extern/ImGui/imgui_widgets.cpp:2824
Method
DragInt
NB: v_speed is float to allow adjusting the drag speed with more precision
extern/ImGui/imgui_widgets.cpp:2857
Method
DragInt2
extern/ImGui/imgui_widgets.cpp:2862
Method
DragInt3
extern/ImGui/imgui_widgets.cpp:2867
Method
DragInt4
extern/ImGui/imgui_widgets.cpp:2872
Method
DragIntRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
extern/ImGui/imgui_widgets.cpp:2878
Method
DragScalar
Note: p_data, p_min and p_max are _pointers_ to a memory address holding the data. For a Drag widget, p_min and p_max are optional. Read code of e.g.
extern/ImGui/imgui_widgets.cpp:2669
Method
DragScalarN
extern/ImGui/imgui_widgets.cpp:2768
Function
Draw
Demonstrate creating a simple console window, with scrolling, filtering, completion and history. For the console example, we are using a more C++ like
extern/ImGui/imgui_demo.cpp:8762
Method
Draw
extern/ImGui/imgui.cpp:2927
Method
Draw
extern/ImGui/imgui_demo.cpp:9361
Method
DrawNode
extern/ImGui/imgui_demo.cpp:3009
Method
DrawTreeNode
extern/ImGui/imgui_demo.cpp:9451
Method
Dummy
extern/ImGui/imgui_widgets.cpp:1574
Method
EndBoxSelect
extern/ImGui/imgui_widgets.cpp:7747
Method
EndChild
extern/ImGui/imgui.cpp:6381
Function
EndChildFrame
extern/ImGui/imgui.h:4011
Method
EndColumns
extern/ImGui/imgui_tables.cpp:4467
Method
EndCombo
extern/ImGui/imgui_widgets.cpp:2042
Method
EndComboPreview
extern/ImGui/imgui_widgets.cpp:2078
Method
EndDisabled
extern/ImGui/imgui.cpp:8122
Method
EndDisabledOverrideReenable
extern/ImGui/imgui.cpp:8153
Method
EndDragDropSource
extern/ImGui/imgui.cpp:14629
Method
EndDragDropTarget
extern/ImGui/imgui.cpp:14817
Method
EndErrorTooltip
extern/ImGui/imgui.cpp:11010
Method
EndFrame
This is normally called by Render(). You may want to call it directly if you want to avoid calling Render() but the gain will be very minimal.
extern/ImGui/imgui.cpp:5817
Method
EndGroup
extern/ImGui/imgui.cpp:11502
Method
EndListBox
extern/ImGui/imgui_widgets.cpp:8608
Method
EndMainMenuBar
extern/ImGui/imgui_widgets.cpp:9083
Method
EndMenu
extern/ImGui/imgui_widgets.cpp:9344
Method
EndMenuBar
extern/ImGui/imgui_widgets.cpp:8965
Method
EndMultiSelect
Return updated ImGuiMultiSelectIO structure. Lifetime: don't hold on ImGuiMultiSelectIO* pointers over multiple frames or past any subsequent call to
extern/ImGui/imgui_widgets.cpp:7950
Method
EndPopup
extern/ImGui/imgui.cpp:12296
Method
EndTabBar
extern/ImGui/imgui_widgets.cpp:9637
Method
EndTabItem
extern/ImGui/imgui_widgets.cpp:10304
Method
EndTable
extern/ImGui/imgui_tables.cpp:1346
Method
EndTooltip
extern/ImGui/imgui.cpp:11872
Method
ErrorCheckEndFrameFinalizeErrorTooltip
extern/ImGui/imgui.cpp:10933
Method
ErrorCheckEndFrameSanityChecks
extern/ImGui/imgui.cpp:10727
Method
ErrorCheckNewFrameSanityChecks
extern/ImGui/imgui.cpp:10665
Method
ErrorCheckUsingSetCursorPosToExtendParentBoundaries
Until 1.89 (August 2022, IMGUI_VERSION_NUM < 18814) it was legal to use SetCursorPos()/SetCursorScreenPos() to extend contents size of our parent cont
extern/ImGui/imgui.cpp:10649
Method
ErrorLog
extern/ImGui/imgui.cpp:10888
Method
ErrorRecoveryStoreState
Save current stack sizes. Called e.g. by NewFrame() and by Begin() but may be called for manual recovery.
extern/ImGui/imgui.cpp:10747
Method
ErrorRecoveryTryToRecoverState
Chosen name "Try to recover" over e.g. "Restore" to suggest this is not a 100% guaranteed recovery. Called by e.g. EndFrame() but may be called for ma
extern/ImGui/imgui.cpp:10766
Method
ErrorRecoveryTryToRecoverWindowState
Called by e.g. End() but may be called for manual recovery. Read '// Error Handling [BETA]' block in imgui_internal.h for details. Attempt to recover
extern/ImGui/imgui.cpp:10804
Method
EstimateScratchBufferSize
extern/ImGui/imgui_draw.cpp:1829
Method
EstimateTriangleCount
extern/ImGui/imgui_draw.cpp:1828
Method
ExampleAppConsole
extern/ImGui/imgui_demo.cpp:8773
Method
ExampleAppDocuments
extern/ImGui/imgui_demo.cpp:10164
Method
ExampleAppLog
extern/ImGui/imgui_demo.cpp:9134
Method
ExampleAsset
extern/ImGui/imgui_demo.cpp:10458
Method
ExampleAssetsBrowser
Functions
extern/ImGui/imgui_demo.cpp:10523
Function
Expand
extern/ImGui/imgui_internal.h:598
Method
FilterCasingSwap
Modify character input by altering 'data->Eventchar' (ImGuiInputTextFlags_CallbackCharFilter callback)
extern/ImGui/imgui_demo.cpp:3726
Method
FilterImGuiLetters
Return 0 (pass) if the character is 'i' or 'm' or 'g' or 'u' or 'i', otherwise return 1 (filter out)
extern/ImGui/imgui_demo.cpp:3734
Method
FindBestWindowPosForPopup
extern/ImGui/imgui.cpp:12481
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
extern/ImGui/imgui.cpp:12396
Method
FindBlockingModal
When a modal popup is open, newly created windows that want focus (i.e. are not popups and do not specify ImGuiWindowFlags_NoFocusOnAppearing) should
extern/ImGui/imgui.cpp:11993
Method
FindBottomMostVisibleWindowWithinBeginStack
extern/ImGui/imgui.cpp:5761
Method
FindHoveredWindowEx
Find window given position, search front-to-back - Typically write output back to g.HoveredWindow and g.HoveredWindowUnderMovingWindow. - FIXME: Note
extern/ImGui/imgui.cpp:6028
Method
FindOrCreateColumns
extern/ImGui/imgui_tables.cpp:4306
Method
FindRenderedTextEnd
extern/ImGui/imgui.cpp:3711
Method
FindSettingsHandler
extern/ImGui/imgui.cpp:15153
Method
FindWindowByID
extern/ImGui/imgui.cpp:6439
Method
FindWindowByName
extern/ImGui/imgui.cpp:6445
Method
FindWindowDisplayIndex
extern/ImGui/imgui.cpp:12706
Method
FindWindowFocusIndex
extern/ImGui/imgui.cpp:12600
Method
FindWindowSettingsByID
We don't provide a FindWindowSettingsByName() because Docking system doesn't always hold on names. This is called once per window .ini entry + once pe
extern/ImGui/imgui.cpp:15307
Method
FindWindowSettingsByWindow
This is faster if you are holding on a Window already as we don't need to perform a search.
extern/ImGui/imgui.cpp:15317
Method
FixupKeyChord
extern/ImGui/imgui.cpp:9216
Method
FlipNodeList
extern/ImGui/imgui_draw.cpp:1941
Function
Floor
Full version, ensure both points are fully clipped.
extern/ImGui/imgui_internal.h:605
Method
FocusItem
Focus = move navigation cursor, set scrolling, set focus window.
extern/ImGui/imgui.cpp:8606
Method
FocusTopMostWindowUnderOne
extern/ImGui/imgui.cpp:12773
Method
FocusWindow
Moving window to front of display and set focus (which happens to be back of our sorted list)
extern/ImGui/imgui.cpp:12713
Function
FreeWrapper
extern/ImGui/imgui.cpp:1373
Method
FromIndices
extern/ImGui/imgui_internal.h:1646
Method
FromPositions
extern/ImGui/imgui_internal.h:1647
Method
GcAwakeTransientWindowBuffers
extern/ImGui/imgui.cpp:4526
Method
GcCompactTransientMiscBuffers
extern/ImGui/imgui.cpp:4497
Method
GcCompactTransientWindowBuffers
Free up/compact internal window buffers, we can use this when a window becomes unused. Not freed: - ImGuiWindow, ImGuiWindowSettings, Name, StateStora
extern/ImGui/imgui.cpp:4514
Function
GetActiveID
extern/ImGui/imgui_internal.h:3228
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
extern/ImGui/imgui.cpp:3990
Function
GetArea
extern/ImGui/imgui_internal.h:587
Function
GetBL
Top-right
extern/ImGui/imgui_internal.h:590
← previous
next →
1,001–1,100 of 2,039, ranked by callers