MCPcopy Create free account

hub / github.com/Joe1sn/S-inject / functions

Functions2,039 in github.com/Joe1sn/S-inject

MethodDebugNodeWindowsList
extern/ImGui/imgui.cpp:17341
MethodDebugNodeWindowsListByBeginStackParent
FIXME-OPT: This is technically suboptimal, but it is simpler this way.
extern/ImGui/imgui.cpp:17355
MethodDebugRenderKeyboardPreview
Draw an arbitrary US keyboard layout to visualize translated keys
extern/ImGui/imgui.cpp:15844
MethodDebugRenderViewportThumbnail
extern/ImGui/imgui.cpp:15793
MethodDebugStartItemPicker
extern/ImGui/imgui.cpp:17614
MethodDebugTextEncoding
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
MethodDebugTextUnformattedWithLocateItem
Display line, search for 0xXXXXXXXX identifiers and call DebugLocateItemOnHover() when hovered.
extern/ImGui/imgui.cpp:17510
MethodDestroyContext
extern/ImGui/imgui.cpp:4008
MethodDisplayNode
extern/ImGui/imgui_demo.cpp:6751
MethodDragBehavior
extern/ImGui/imgui_widgets.cpp:2630
MethodDragBehaviorT
extern/ImGui/imgui_widgets.cpp:2500
MethodDragFloat
extern/ImGui/imgui_widgets.cpp:2803
MethodDragFloat2
extern/ImGui/imgui_widgets.cpp:2808
MethodDragFloat3
extern/ImGui/imgui_widgets.cpp:2813
MethodDragFloat4
extern/ImGui/imgui_widgets.cpp:2818
MethodDragFloatRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
extern/ImGui/imgui_widgets.cpp:2824
MethodDragInt
NB: v_speed is float to allow adjusting the drag speed with more precision
extern/ImGui/imgui_widgets.cpp:2857
MethodDragInt2
extern/ImGui/imgui_widgets.cpp:2862
MethodDragInt3
extern/ImGui/imgui_widgets.cpp:2867
MethodDragInt4
extern/ImGui/imgui_widgets.cpp:2872
MethodDragIntRange2
NB: You likely want to specify the ImGuiSliderFlags_AlwaysClamp when using this.
extern/ImGui/imgui_widgets.cpp:2878
MethodDragScalar
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
MethodDragScalarN
extern/ImGui/imgui_widgets.cpp:2768
FunctionDraw
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
MethodDraw
extern/ImGui/imgui.cpp:2927
MethodDraw
extern/ImGui/imgui_demo.cpp:9361
MethodDrawNode
extern/ImGui/imgui_demo.cpp:3009
MethodDrawTreeNode
extern/ImGui/imgui_demo.cpp:9451
MethodDummy
extern/ImGui/imgui_widgets.cpp:1574
MethodEndBoxSelect
extern/ImGui/imgui_widgets.cpp:7747
MethodEndChild
extern/ImGui/imgui.cpp:6381
FunctionEndChildFrame
extern/ImGui/imgui.h:4011
MethodEndColumns
extern/ImGui/imgui_tables.cpp:4467
MethodEndCombo
extern/ImGui/imgui_widgets.cpp:2042
MethodEndComboPreview
extern/ImGui/imgui_widgets.cpp:2078
MethodEndDisabled
extern/ImGui/imgui.cpp:8122
MethodEndDisabledOverrideReenable
extern/ImGui/imgui.cpp:8153
MethodEndDragDropSource
extern/ImGui/imgui.cpp:14629
MethodEndDragDropTarget
extern/ImGui/imgui.cpp:14817
MethodEndErrorTooltip
extern/ImGui/imgui.cpp:11010
MethodEndFrame
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
MethodEndGroup
extern/ImGui/imgui.cpp:11502
MethodEndListBox
extern/ImGui/imgui_widgets.cpp:8608
MethodEndMainMenuBar
extern/ImGui/imgui_widgets.cpp:9083
MethodEndMenu
extern/ImGui/imgui_widgets.cpp:9344
MethodEndMenuBar
extern/ImGui/imgui_widgets.cpp:8965
MethodEndMultiSelect
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
MethodEndPopup
extern/ImGui/imgui.cpp:12296
MethodEndTabBar
extern/ImGui/imgui_widgets.cpp:9637
MethodEndTabItem
extern/ImGui/imgui_widgets.cpp:10304
MethodEndTable
extern/ImGui/imgui_tables.cpp:1346
MethodEndTooltip
extern/ImGui/imgui.cpp:11872
MethodErrorCheckEndFrameFinalizeErrorTooltip
extern/ImGui/imgui.cpp:10933
MethodErrorCheckEndFrameSanityChecks
extern/ImGui/imgui.cpp:10727
MethodErrorCheckNewFrameSanityChecks
extern/ImGui/imgui.cpp:10665
MethodErrorCheckUsingSetCursorPosToExtendParentBoundaries
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
MethodErrorLog
extern/ImGui/imgui.cpp:10888
MethodErrorRecoveryStoreState
Save current stack sizes. Called e.g. by NewFrame() and by Begin() but may be called for manual recovery.
extern/ImGui/imgui.cpp:10747
MethodErrorRecoveryTryToRecoverState
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
MethodErrorRecoveryTryToRecoverWindowState
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
MethodEstimateScratchBufferSize
extern/ImGui/imgui_draw.cpp:1829
MethodEstimateTriangleCount
extern/ImGui/imgui_draw.cpp:1828
MethodExampleAppConsole
extern/ImGui/imgui_demo.cpp:8773
MethodExampleAppDocuments
extern/ImGui/imgui_demo.cpp:10164
MethodExampleAppLog
extern/ImGui/imgui_demo.cpp:9134
MethodExampleAsset
extern/ImGui/imgui_demo.cpp:10458
MethodExampleAssetsBrowser
Functions
extern/ImGui/imgui_demo.cpp:10523
FunctionExpand
extern/ImGui/imgui_internal.h:598
MethodFilterCasingSwap
Modify character input by altering 'data->Eventchar' (ImGuiInputTextFlags_CallbackCharFilter callback)
extern/ImGui/imgui_demo.cpp:3726
MethodFilterImGuiLetters
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
MethodFindBestWindowPosForPopup
extern/ImGui/imgui.cpp:12481
MethodFindBestWindowPosForPopupEx
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
MethodFindBlockingModal
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
MethodFindBottomMostVisibleWindowWithinBeginStack
extern/ImGui/imgui.cpp:5761
MethodFindHoveredWindowEx
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
MethodFindOrCreateColumns
extern/ImGui/imgui_tables.cpp:4306
MethodFindRenderedTextEnd
extern/ImGui/imgui.cpp:3711
MethodFindSettingsHandler
extern/ImGui/imgui.cpp:15153
MethodFindWindowByID
extern/ImGui/imgui.cpp:6439
MethodFindWindowByName
extern/ImGui/imgui.cpp:6445
MethodFindWindowDisplayIndex
extern/ImGui/imgui.cpp:12706
MethodFindWindowFocusIndex
extern/ImGui/imgui.cpp:12600
MethodFindWindowSettingsByID
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
MethodFindWindowSettingsByWindow
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
MethodFixupKeyChord
extern/ImGui/imgui.cpp:9216
MethodFlipNodeList
extern/ImGui/imgui_draw.cpp:1941
FunctionFloor
Full version, ensure both points are fully clipped.
extern/ImGui/imgui_internal.h:605
MethodFocusItem
Focus = move navigation cursor, set scrolling, set focus window.
extern/ImGui/imgui.cpp:8606
MethodFocusTopMostWindowUnderOne
extern/ImGui/imgui.cpp:12773
MethodFocusWindow
Moving window to front of display and set focus (which happens to be back of our sorted list)
extern/ImGui/imgui.cpp:12713
FunctionFreeWrapper
extern/ImGui/imgui.cpp:1373
MethodFromIndices
extern/ImGui/imgui_internal.h:1646
MethodFromPositions
extern/ImGui/imgui_internal.h:1647
MethodGcAwakeTransientWindowBuffers
extern/ImGui/imgui.cpp:4526
MethodGcCompactTransientMiscBuffers
extern/ImGui/imgui.cpp:4497
MethodGcCompactTransientWindowBuffers
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
FunctionGetActiveID
extern/ImGui/imgui_internal.h:3228
MethodGetAllocatorFunctions
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
FunctionGetArea
extern/ImGui/imgui_internal.h:587
FunctionGetBL
Top-right
extern/ImGui/imgui_internal.h:590
← previousnext →1,001–1,100 of 2,039, ranked by callers