MCPcopy Create free account

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

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

FunctionGetBR
Bottom-left
extern/ImGui/imgui_internal.h:591
MethodGetBackgroundDrawList
extern/ImGui/imgui.cpp:5079
MethodGetBit
extern/ImGui/imgui.h:3565
MethodGetBoolRef
extern/ImGui/imgui.cpp:2850
MethodGetBufSize
Number of active/alive items in the pool (for display purpose)
extern/ImGui/imgui_internal.h:775
FunctionGetCenter
extern/ImGui/imgui_internal.h:583
MethodGetClipRectMax
extern/ImGui/imgui.h:3271
MethodGetClipRectMin
extern/ImGui/imgui.h:3270
MethodGetClipboardText
extern/ImGui/imgui.cpp:4993
MethodGetColorU32
extern/ImGui/imgui.cpp:3436
MethodGetColumnIndex
extern/ImGui/imgui_tables.cpp:4153
MethodGetColumnNormFromOffset
extern/ImGui/imgui_tables.cpp:4170
MethodGetColumnOffset
extern/ImGui/imgui_tables.cpp:4194
MethodGetColumnOffsetFromNorm
extern/ImGui/imgui_tables.cpp:4165
MethodGetColumnWidth
extern/ImGui/imgui_tables.cpp:4223
MethodGetColumnsCount
extern/ImGui/imgui_tables.cpp:4159
MethodGetColumnsID
extern/ImGui/imgui_tables.cpp:4319
MethodGetContentRegionAvail
extern/ImGui/imgui.cpp:11440
MethodGetContentRegionMax
You should never need those functions. Always use GetCursorScreenPos() and GetContentRegionAvail()! They are bizarre local-coordinates which don't pla
extern/ImGui/imgui.cpp:11452
MethodGetCurrentContext
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
extern/ImGui/imgui.cpp:3968
FunctionGetCurrentFocusScope
extern/ImGui/imgui_internal.h:3418
FunctionGetCurrentTabBar
Tab Bars
extern/ImGui/imgui_internal.h:3518
FunctionGetCurrentTable
Tables: Internals
extern/ImGui/imgui_internal.h:3473
MethodGetCursorPos
User generally sees positions in window coordinates. Internally we store CursorPos in absolute screen coordinates because it is more convenient. Conve
extern/ImGui/imgui.cpp:11259
MethodGetCursorPos
extern/ImGui/imgui_widgets.cpp:4259
MethodGetCursorPosX
extern/ImGui/imgui.cpp:11265
MethodGetCursorPosY
extern/ImGui/imgui.cpp:11271
MethodGetCursorScreenPos
extern/ImGui/imgui.cpp:11243
MethodGetCursorStartPos
extern/ImGui/imgui.cpp:11301
MethodGetCustomRectByIndex
RENAMED in 1.92.X
extern/ImGui/imgui.h:3753
MethodGetDefaultFont
extern/ImGui/imgui.cpp:8803
MethodGetDragDropPayload
extern/ImGui/imgui.cpp:14811
MethodGetDrawData
Pass this to your backend rendering function! Valid after Render() and until the next call to NewFrame()
extern/ImGui/imgui.cpp:5038
MethodGetDrawListSharedData
extern/ImGui/imgui.cpp:5101
MethodGetFloat
extern/ImGui/imgui.cpp:2825
MethodGetFloatRef
extern/ImGui/imgui.cpp:2855
FunctionGetFocusID
extern/ImGui/imgui_internal.h:3229
MethodGetFont
extern/ImGui/imgui.cpp:8522
FunctionGetFontRasterizerDensity
extern/ImGui/imgui_internal.h:3161
MethodGetFontSize
Get current font size (= height in pixels) of current font, with global scale factors applied. - Use style.FontSizeBase to get value before global sca
extern/ImGui/imgui.cpp:8535
MethodGetFontTexUvWhitePixel
extern/ImGui/imgui.cpp:8540
MethodGetForegroundDrawList
extern/ImGui/imgui.cpp:5090
MethodGetFrameCount
extern/ImGui/imgui.cpp:5050
MethodGetFrameHeight
extern/ImGui/imgui.cpp:11428
MethodGetFrameHeightWithSpacing
extern/ImGui/imgui.cpp:11434
MethodGetGlyphRangesChineseFull
extern/ImGui/imgui_draw.cpp:4785
MethodGetGlyphRangesCyrillic
extern/ImGui/imgui_draw.cpp:4969
MethodGetGlyphRangesGreek
extern/ImGui/imgui_draw.cpp:4761
MethodGetGlyphRangesJapanese
extern/ImGui/imgui_draw.cpp:4879
MethodGetGlyphRangesKorean
extern/ImGui/imgui_draw.cpp:4772
MethodGetGlyphRangesThai
extern/ImGui/imgui_draw.cpp:4982
MethodGetGlyphRangesVietnamese
extern/ImGui/imgui_draw.cpp:4994
FunctionGetHeight
extern/ImGui/imgui_internal.h:586
MethodGetHoveredID
extern/ImGui/imgui.cpp:4615
MethodGetIDWithSeed
Helper to avoid a common series of PushOverrideID -> GetID() -> PopID() call (note that when using this pattern, ID Stack Tool will tend to not displa
extern/ImGui/imgui.cpp:9079
FunctionGetItemFlags
extern/ImGui/imgui_internal.h:3227
MethodGetItemID
extern/ImGui/imgui.cpp:6215
MethodGetItemRectMax
extern/ImGui/imgui.cpp:6227
MethodGetItemRectMin
extern/ImGui/imgui.cpp:6221
MethodGetItemRectSize
extern/ImGui/imgui.cpp:6233
FunctionGetItemStatusFlags
Basic Accessors
extern/ImGui/imgui_internal.h:3226
MethodGetKeyChordName
Return untranslated names: on macOS, Cmd key will show as Ctrl, Ctrl key will show as super. Lifetime of return value: valid until next call to same f
extern/ImGui/imgui.cpp:9279
MethodGetKeyData
extern/ImGui/imgui.cpp:9225
MethodGetKeyMagnitude2d
Return 2D vector representing the combination of four cardinal direction, with analog value support (for e.g. ImGuiKey_GamepadLStick* values).
extern/ImGui/imgui.cpp:9341
MethodGetKeyName
extern/ImGui/imgui.cpp:9264
MethodGetKeyOwner
extern/ImGui/imgui.cpp:10386
MethodGetKeyPressedAmount
Return value representing the number of presses in the last time period, for the given repeat rate (most often returns 0 or 1. The result is generally
extern/ImGui/imgui.cpp:9330
MethodGetMainViewport
extern/ImGui/imgui.cpp:15453
MethodGetMouseClickedCount
extern/ImGui/imgui.cpp:9761
MethodGetMouseCursor
Get desired mouse cursor shape. Important: this is meant to be used by a platform backend, it is reset in ImGui::NewFrame(), updated during the frame,
extern/ImGui/imgui.cpp:9881
MethodGetMouseDragDelta
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
extern/ImGui/imgui.cpp:9856
MethodGetMousePos
extern/ImGui/imgui.cpp:9806
MethodGetMousePosOnOpeningCurrentPopup
NB: prefer to call right after BeginPopup(). At the time Selectable/MenuItem is activated, the popup is already closed!
extern/ImGui/imgui.cpp:9824
FunctionGetMultiSelectState
extern/ImGui/imgui_internal.h:3445
MethodGetNavTweakPressedAmount
extern/ImGui/imgui.cpp:13446
MethodGetPopupAllowedExtentRect
Note that this is used for popups, which can overlap the non work-area of individual viewports.
extern/ImGui/imgui.cpp:12471
MethodGetPreferredOffsetX
extern/ImGui/imgui_widgets.cpp:4262
MethodGetScrollMaxX
extern/ImGui/imgui.cpp:11708
MethodGetScrollMaxY
extern/ImGui/imgui.cpp:11714
MethodGetScrollX
extern/ImGui/imgui.cpp:11696
MethodGetScrollY
extern/ImGui/imgui.cpp:11702
MethodGetSelectionEnd
extern/ImGui/imgui_widgets.cpp:4261
MethodGetSelectionStart
extern/ImGui/imgui_widgets.cpp:4260
MethodGetShortcutRoutingData
extern/ImGui/imgui.cpp:9399
FunctionGetSize
extern/ImGui/imgui_internal.h:584
MethodGetSizeInBytes
extern/ImGui/imgui.h:3488
MethodGetSpanPtrEnd
extern/ImGui/imgui_internal.h:709
MethodGetStateStorage
extern/ImGui/imgui.cpp:8690
MethodGetStorageIdFromIndex
Iterate selection with 'void* it = NULL; ImGuiID id; while (selection.GetNextSelectedItem(&it, &id)) { ... }'
extern/ImGui/imgui.h:3076
MethodGetStyleColorName
extern/ImGui/imgui.cpp:3636
MethodGetStyleVarInfo
extern/ImGui/imgui.cpp:3552
FunctionGetTL
extern/ImGui/imgui_internal.h:588
FunctionGetTR
Top-left
extern/ImGui/imgui_internal.h:589
MethodGetTableRect
extern/ImGui/imgui.cpp:16215
MethodGetTexDataAsAlpha8
extern/ImGui/imgui_draw.cpp:2985
MethodGetTexDataAsRGBA32
extern/ImGui/imgui_draw.cpp:2990
MethodGetTexID
extern/ImGui/imgui.h:3491
MethodGetTextLineHeight
extern/ImGui/imgui.cpp:11416
MethodGetTextLineHeightWithSpacing
extern/ImGui/imgui.cpp:11422
MethodGetTime
extern/ImGui/imgui.cpp:5045
← previousnext →1,101–1,200 of 2,039, ranked by callers