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
Function
GetBR
Bottom-left
extern/ImGui/imgui_internal.h:591
Method
GetBackgroundDrawList
extern/ImGui/imgui.cpp:5079
Method
GetBit
extern/ImGui/imgui.h:3565
Method
GetBoolRef
extern/ImGui/imgui.cpp:2850
Method
GetBufSize
Number of active/alive items in the pool (for display purpose)
extern/ImGui/imgui_internal.h:775
Function
GetCenter
extern/ImGui/imgui_internal.h:583
Method
GetClipRectMax
extern/ImGui/imgui.h:3271
Method
GetClipRectMin
extern/ImGui/imgui.h:3270
Method
GetClipboardText
extern/ImGui/imgui.cpp:4993
Method
GetColorU32
extern/ImGui/imgui.cpp:3436
Method
GetColumnIndex
extern/ImGui/imgui_tables.cpp:4153
Method
GetColumnNormFromOffset
extern/ImGui/imgui_tables.cpp:4170
Method
GetColumnOffset
extern/ImGui/imgui_tables.cpp:4194
Method
GetColumnOffsetFromNorm
extern/ImGui/imgui_tables.cpp:4165
Method
GetColumnWidth
extern/ImGui/imgui_tables.cpp:4223
Method
GetColumnsCount
extern/ImGui/imgui_tables.cpp:4159
Method
GetColumnsID
extern/ImGui/imgui_tables.cpp:4319
Method
GetContentRegionAvail
extern/ImGui/imgui.cpp:11440
Method
GetContentRegionMax
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
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
extern/ImGui/imgui.cpp:3968
Function
GetCurrentFocusScope
extern/ImGui/imgui_internal.h:3418
Function
GetCurrentTabBar
Tab Bars
extern/ImGui/imgui_internal.h:3518
Function
GetCurrentTable
Tables: Internals
extern/ImGui/imgui_internal.h:3473
Method
GetCursorPos
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
Method
GetCursorPos
extern/ImGui/imgui_widgets.cpp:4259
Method
GetCursorPosX
extern/ImGui/imgui.cpp:11265
Method
GetCursorPosY
extern/ImGui/imgui.cpp:11271
Method
GetCursorScreenPos
extern/ImGui/imgui.cpp:11243
Method
GetCursorStartPos
extern/ImGui/imgui.cpp:11301
Method
GetCustomRectByIndex
RENAMED in 1.92.X
extern/ImGui/imgui.h:3753
Method
GetDefaultFont
extern/ImGui/imgui.cpp:8803
Method
GetDragDropPayload
extern/ImGui/imgui.cpp:14811
Method
GetDrawData
Pass this to your backend rendering function! Valid after Render() and until the next call to NewFrame()
extern/ImGui/imgui.cpp:5038
Method
GetDrawListSharedData
extern/ImGui/imgui.cpp:5101
Method
GetFloat
extern/ImGui/imgui.cpp:2825
Method
GetFloatRef
extern/ImGui/imgui.cpp:2855
Function
GetFocusID
extern/ImGui/imgui_internal.h:3229
Method
GetFont
extern/ImGui/imgui.cpp:8522
Function
GetFontRasterizerDensity
extern/ImGui/imgui_internal.h:3161
Method
GetFontSize
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
Method
GetFontTexUvWhitePixel
extern/ImGui/imgui.cpp:8540
Method
GetForegroundDrawList
extern/ImGui/imgui.cpp:5090
Method
GetFrameCount
extern/ImGui/imgui.cpp:5050
Method
GetFrameHeight
extern/ImGui/imgui.cpp:11428
Method
GetFrameHeightWithSpacing
extern/ImGui/imgui.cpp:11434
Method
GetGlyphRangesChineseFull
extern/ImGui/imgui_draw.cpp:4785
Method
GetGlyphRangesCyrillic
extern/ImGui/imgui_draw.cpp:4969
Method
GetGlyphRangesGreek
extern/ImGui/imgui_draw.cpp:4761
Method
GetGlyphRangesJapanese
extern/ImGui/imgui_draw.cpp:4879
Method
GetGlyphRangesKorean
extern/ImGui/imgui_draw.cpp:4772
Method
GetGlyphRangesThai
extern/ImGui/imgui_draw.cpp:4982
Method
GetGlyphRangesVietnamese
extern/ImGui/imgui_draw.cpp:4994
Function
GetHeight
extern/ImGui/imgui_internal.h:586
Method
GetHoveredID
extern/ImGui/imgui.cpp:4615
Method
GetIDWithSeed
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
Function
GetItemFlags
extern/ImGui/imgui_internal.h:3227
Method
GetItemID
extern/ImGui/imgui.cpp:6215
Method
GetItemRectMax
extern/ImGui/imgui.cpp:6227
Method
GetItemRectMin
extern/ImGui/imgui.cpp:6221
Method
GetItemRectSize
extern/ImGui/imgui.cpp:6233
Function
GetItemStatusFlags
Basic Accessors
extern/ImGui/imgui_internal.h:3226
Method
GetKeyChordName
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
Method
GetKeyData
extern/ImGui/imgui.cpp:9225
Method
GetKeyMagnitude2d
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
Method
GetKeyName
extern/ImGui/imgui.cpp:9264
Method
GetKeyOwner
extern/ImGui/imgui.cpp:10386
Method
GetKeyPressedAmount
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
Method
GetMainViewport
extern/ImGui/imgui.cpp:15453
Method
GetMouseClickedCount
extern/ImGui/imgui.cpp:9761
Method
GetMouseCursor
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
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
extern/ImGui/imgui.cpp:9856
Method
GetMousePos
extern/ImGui/imgui.cpp:9806
Method
GetMousePosOnOpeningCurrentPopup
NB: prefer to call right after BeginPopup(). At the time Selectable/MenuItem is activated, the popup is already closed!
extern/ImGui/imgui.cpp:9824
Function
GetMultiSelectState
extern/ImGui/imgui_internal.h:3445
Method
GetNavTweakPressedAmount
extern/ImGui/imgui.cpp:13446
Method
GetPopupAllowedExtentRect
Note that this is used for popups, which can overlap the non work-area of individual viewports.
extern/ImGui/imgui.cpp:12471
Method
GetPreferredOffsetX
extern/ImGui/imgui_widgets.cpp:4262
Method
GetScrollMaxX
extern/ImGui/imgui.cpp:11708
Method
GetScrollMaxY
extern/ImGui/imgui.cpp:11714
Method
GetScrollX
extern/ImGui/imgui.cpp:11696
Method
GetScrollY
extern/ImGui/imgui.cpp:11702
Method
GetSelectionEnd
extern/ImGui/imgui_widgets.cpp:4261
Method
GetSelectionStart
extern/ImGui/imgui_widgets.cpp:4260
Method
GetShortcutRoutingData
extern/ImGui/imgui.cpp:9399
Function
GetSize
extern/ImGui/imgui_internal.h:584
Method
GetSizeInBytes
extern/ImGui/imgui.h:3488
Method
GetSpanPtrEnd
extern/ImGui/imgui_internal.h:709
Method
GetStateStorage
extern/ImGui/imgui.cpp:8690
Method
GetStorageIdFromIndex
Iterate selection with 'void* it = NULL; ImGuiID id; while (selection.GetNextSelectedItem(&it, &id)) { ... }'
extern/ImGui/imgui.h:3076
Method
GetStyleColorName
extern/ImGui/imgui.cpp:3636
Method
GetStyleVarInfo
extern/ImGui/imgui.cpp:3552
Function
GetTL
extern/ImGui/imgui_internal.h:588
Function
GetTR
Top-left
extern/ImGui/imgui_internal.h:589
Method
GetTableRect
extern/ImGui/imgui.cpp:16215
Method
GetTexDataAsAlpha8
extern/ImGui/imgui_draw.cpp:2985
Method
GetTexDataAsRGBA32
extern/ImGui/imgui_draw.cpp:2990
Method
GetTexID
extern/ImGui/imgui.h:3491
Method
GetTextLineHeight
extern/ImGui/imgui.cpp:11416
Method
GetTextLineHeightWithSpacing
extern/ImGui/imgui.cpp:11422
Method
GetTime
extern/ImGui/imgui.cpp:5045
← previous
next →
1,101–1,200 of 2,039, ranked by callers