MCPcopy Create free account

hub / github.com/Wemino/MarkerPatch / functions

Functions2,284 in github.com/Wemino/MarkerPatch

↓ 1 callersFunctionInitCounterBySlot
Save load: set a counter from its buffer slot, does not touch the unlock flag
include/AchievementOverlay.hpp:281
↓ 1 callersFunctionInitImGui
ImGui setup
include/AchievementOverlay.hpp:616
↓ 1 callersFunctionInitViewportDrawData
include/imgui/imgui.cpp:5876
↓ 1 callersFunctionInitializeSDLGamepad
include/Controller.hpp:364
↓ 1 callersFunctionInlineHook
include/safetyhook/safetyhook.hpp:600
↓ 1 callersFunctionInputTextLineIndexBuild
FIXME-WORDWRAP: Bundle some of this into ImGuiTextIndex and/or extract as a different tool? 'max_output_buffer_size' happens to be a meaningful optimi
include/imgui/imgui_widgets.cpp:4624
↓ 1 callersFunctionInputTextLineIndexGetPosOffset
include/imgui/imgui_widgets.cpp:4675
↓ 1 callersFunctionIsBlockedItem
src/Features/DLC/ShopHooks.cpp:45
↓ 1 callersMethodIsDataType
include/imgui/imgui.h:2704
↓ 1 callersFunctionIsForcedItem
src/Features/DLC/ShopHooks.cpp:16
↓ 1 callersFunctionIsGamepadKey
include/imgui/imgui_internal.h:3400
↓ 1 callersMethodIsGlyphRangeUnused
API is designed this way to avoid exposing the 8K page size e.g. use with IsGlyphRangeUnused(0, 255)
include/imgui/imgui_draw.cpp:5213
↓ 1 callersFunctionIsKeyboardKey
include/imgui/imgui_internal.h:3399
↓ 1 callersMethodIsLAAEnabled
include/LAAPatcher.hpp:101
↓ 1 callersFunctionIsLegacyKey
include/imgui/imgui_internal.h:3398
↓ 1 callersFunctionIsMouseKey
include/imgui/imgui_internal.h:3401
↓ 1 callersFunctionIsSecret
include/AchievementOverlay.hpp:90
↓ 1 callersFunctionIsUALPresent
src/Globals.cpp:209
↓ 1 callersFunctionIsVisible
include/AchievementOverlay.hpp:137
↓ 1 callersFunctionLoadAchievements
include/AchievementOverlay.hpp:523
↓ 1 callersFunctionLoadGamepadMappings
include/Controller.hpp:247
↓ 1 callersFunctionLoadGyroCalibration
include/Controller.hpp:193
↓ 1 callersFunctionLoadProxyLibrary
src/helper.cpp:382
↓ 1 callersFunctionLoadText
include/AchievementOverlay.hpp:550
↓ 1 callersFunctionLoadTextureFromFile
Texture & text loading
include/AchievementOverlay.hpp:438
↓ 1 callersFunctionLogHookError
src/helper.cpp:270
↓ 1 callersFunctionMenuItemForColumnReorder
FIXME: Copied from MenuItem() for the purpose of being able to pass _SelectOnRelease (#9312)
include/imgui/imgui_tables.cpp:3532
↓ 1 callersFunctionMidHook
include/safetyhook/safetyhook.hpp:982
↓ 1 callersFunctionNavBiasScoringRect
Bias scoring rect ahead of scoring + update preferred pos (if missing) using source position
include/imgui/imgui.cpp:13996
↓ 1 callersFunctionNotifyUnlock
Marks the achievement unlocked and shows a toast only if it wasn't already unlocked
include/AchievementOverlay.hpp:152
↓ 1 callersFunctionNotifyWeaponKill
include/AchievementOverlay.hpp:340
↓ 1 callersMethodNtHeaders
include/LAAPatcher.hpp:99
↓ 1 callersFunctionOnGamepadConnected
include/Controller.hpp:1048
↓ 1 callersFunctionOnGamepadDisconnected
include/Controller.hpp:1060
↓ 1 callersFunctionPathBezierCubicCurveToCasteljau
Closely mimics ImBezierCubicClosestPointCasteljau() in imgui.cpp
include/imgui/imgui_draw.cpp:1369
↓ 1 callersFunctionPathBezierQuadraticCurveToCasteljau
include/imgui/imgui_draw.cpp:1394
↓ 1 callersFunctionPatternScan
src/helper.cpp:100
↓ 1 callersFunctionPerformLAAPatch
include/LAAPatcher.hpp:213
↓ 1 callersFunctionPollController
include/Controller.hpp:1157
↓ 1 callersMethodPopTexture
include/imgui/imgui_draw.cpp:707
↓ 1 callersMethodPrimRectUV
include/imgui/imgui_draw.cpp:779
↓ 1 callersMethodPrimUnreserve
Release the number of reserved vertices/indices from the end of the last reservation made with PrimReserve().
include/imgui/imgui_draw.cpp:753
↓ 1 callersFunctionProcessGyro
include/Controller.hpp:887
↓ 1 callersFunctionProcessSDLEvents
include/Controller.hpp:1092
↓ 1 callersFunctionProcessTouchpadClick
include/Controller.hpp:1004
↓ 1 callersFunctionProcessTouchpadMouse
include/Controller.hpp:953
↓ 1 callersMethodPushClipRectFullScreen
include/imgui/imgui_draw.cpp:686
↓ 1 callersFunctionPushFont
OBSOLETED in 1.92.0 (from June 2025)
include/imgui/imgui.h:4077
↓ 1 callersFunctionReadConfig
src/Initialization/Initialization.cpp:5
↓ 1 callersFunctionReleaseTouchpadClick
include/Controller.hpp:1029
↓ 1 callersMethodRemoveFont
include/imgui/imgui_draw.cpp:3320
↓ 1 callersFunctionRender
include/AchievementOverlay.hpp:934
↓ 1 callersMethodRenderText
Internal ImGui functions to render text RenderText***() functions calls ImDrawList::AddText() calls ImBitmapFont::RenderText()
include/imgui/imgui.cpp:3851
↓ 1 callersMethodRenderText
Note: as with every ImDrawList drawing function, this expects that the font atlas texture is bound. DO NOT CALL DIRECTLY THIS WILL CHANGE WILDLY IN 20
include/imgui/imgui_draw.cpp:5781
↓ 1 callersFunctionRenderViewportsThumbnails
include/imgui/imgui.cpp:16250
↓ 1 callersMethodReset
include/imgui/imgui_internal.h:1686
↓ 1 callersFunctionResolveRelativeAddress
src/helper.cpp:259
↓ 1 callersFunctionSDL_RectsEqualEpsilon
* Determine whether two floating point rectangles are equal, within some * given epsilon. * * Rectangles are considered equal if both are not NULL
include/SDL3/SDL_rect.h:385
↓ 1 callersFunctionSTB_TEXTEDIT_MOVEWORDRIGHT_WIN
include/imgui/imgui_widgets.cpp:4119
↓ 1 callersFunctionSameLineOrWrap
FIXME-LAYOUT: To be done automatically via layout mode once we rework ItemSize/ItemAdd into ItemLayout.
include/imgui/imgui.cpp:17844
↓ 1 callersFunctionSaveGyroCalibration
include/Controller.hpp:170
↓ 1 callersMethodScaleAllSizes
Scale all spacing/padding/thickness values. Do not scale fonts. Consider not calling this if your initial scale factor if <1.0. Important: This operat
include/imgui/imgui.cpp:1572
↓ 1 callersFunctionScaleWindow
include/imgui/imgui.cpp:15881
↓ 1 callersMethodSetArenaBasePtr
include/imgui/imgui_internal.h:720
↓ 1 callersFunctionSetBit
include/imgui/imgui_internal.h:671
↓ 1 callersMethodSetCircleTessellationMaxError
include/imgui/imgui_draw.cpp:413
↓ 1 callersFunctionSetGyroCalibrationPersistence
include/Controller.hpp:475
↓ 1 callersFunctionSetGyroEnabled
include/Controller.hpp:450
↓ 1 callersFunctionSetGyroInvertX
include/Controller.hpp:465
↓ 1 callersFunctionSetGyroInvertY
include/Controller.hpp:470
↓ 1 callersFunctionSetGyroSensitivity
include/Controller.hpp:455
↓ 1 callersFunctionSetGyroSmoothing
include/Controller.hpp:460
↓ 1 callersMethodSetKeyEventNativeData
[Optional] Call after AddKeyEvent(). Specify native keycode, scancode + Specify index for legacy <1.87 IsKeyXXX() functions with native indices. If yo
include/imgui/imgui.cpp:1889
↓ 1 callersFunctionSetTouchpadDimensions
include/Controller.hpp:497
↓ 1 callersFunctionSetTouchpadEnabled
include/Controller.hpp:492
↓ 1 callersFunctionSetVibration
include/Controller.hpp:1225
↓ 1 callersFunctionSetWindowActiveForSkipRefresh
include/imgui/imgui.cpp:7420
↓ 1 callersFunctionSetupDrawListSharedData
Called once a frame. Followed by SetCurrentFont() which sets up the remaining data. FIXME-VIEWPORT: the concept of a single ClipRectFullscreen is not
include/imgui/imgui.cpp:5500
↓ 1 callersFunctionShutdownSDLGamepad
include/Controller.hpp:380
↓ 1 callersFunctionTableFixFlags
Helper
include/imgui/imgui_tables.cpp:273
↓ 1 callersFunctionTableGetInstanceID
include/imgui/imgui_internal.h:3562
↓ 1 callersFunctionTempInputIsClampEnabled
Only clamp Ctrl+Click input when ImGuiSliderFlags_ClampOnInput is set (generally via ImGuiSliderFlags_AlwaysClamp)
include/imgui/imgui_widgets.cpp:2697
↓ 1 callersFunctionToggle
include/AchievementOverlay.hpp:1226
↓ 1 callersFunctionTrackSourceTexture
src/Features/Fixes/FixFlareArtifacts.cpp:25
↓ 1 callersMethodUnlink
include/imgui/imgui_draw.cpp:1844
↓ 1 callersFunctionUpdate
include/AchievementOverlay.hpp:1236
↓ 1 callersMethodUpdate
Helpers for internal use
include/imgui/imgui_widgets.cpp:9106
↓ 1 callersFunctionUpdateCounterByHash
Live update: set a counter from its message hash, does not touch the unlock flag
include/AchievementOverlay.hpp:324
↓ 1 callersFunctionUpdateFrameTiming
include/Controller.hpp:232
↓ 1 callersFunctionUpdateGyroOffset
include/Controller.hpp:514
↓ 1 callersFunctionUpdatePlatinum
Platinum (index 0): progress is the number of other achievements unlocked
include/AchievementOverlay.hpp:373
↓ 1 callersMethodUpdateWorkRect
include/imgui/imgui_internal.h:1993
↓ 1 callersFunctionValidatePatchedFile
include/LAAPatcher.hpp:143
↓ 1 callersFunctionVmHook
include/safetyhook/safetyhook.hpp:1070
↓ 1 callersFunctionVmtHook
include/safetyhook/safetyhook.hpp:1173
↓ 1 callersFunctionWantCaptureController
include/AchievementOverlay.hpp:1085
↓ 1 callersMethod_ClearFreeMemory
include/imgui/imgui_draw.cpp:480
↓ 1 callersMethod_SetDrawListSharedData
include/imgui/imgui_draw.cpp:440
↓ 1 callersMethod_TryMergeDrawCmds
Try to merge two last draw commands
include/imgui/imgui_draw.cpp:579
↓ 1 callersMethodadd_trap
include/safetyhook/safetyhook.cpp:1343
← previousnext →701–800 of 2,284, ranked by callers