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
UpdateMouseInputs
extern/ImGui/imgui.cpp:9982
Method
UpdateMouseMovingWindowEndFrame
Initiate focusing and moving window when clicking on empty space or title bar. Initiate focusing window when clicking on a disabled item. Handle left-
extern/ImGui/imgui.cpp:5182
Method
UpdateMouseMovingWindowNewFrame
Handle mouse moving window Note: moving window with the navigation keys (Square + d-pad / CTRL+TAB + Arrows) are processed in NavUpdateWindowing() FIX
extern/ImGui/imgui.cpp:5145
Method
UpdateMouseWheel
Called by NewFrame()
extern/ImGui/imgui.cpp:10117
Method
UpdateSettings
Called by NewFrame()
extern/ImGui/imgui.cpp:15097
Method
UpdateTexturesEndFrame
Build a single texture list
extern/ImGui/imgui.cpp:8754
Method
UpdateTexturesNewFrame
extern/ImGui/imgui.cpp:8730
Method
UpdateViewportsNewFrame
Update viewports and monitor infos
extern/ImGui/imgui.cpp:15483
Method
UpdateWindowInFocusOrderList
extern/ImGui/imgui.cpp:12610
Method
UpdateWindowManualResize
Handle resize for: Resize Grips, Borders, Gamepad Return true when using auto-fit (double-click on resize grip)
extern/ImGui/imgui.cpp:6730
Method
UpdateWindowParentAndRootLinks
extern/ImGui/imgui.cpp:7177
Method
UpdateWindowSkipRefresh
[EXPERIMENTAL] Called by Begin(). NextWindowData is valid at this point. This is designed as a toy/test-bed for
extern/ImGui/imgui.cpp:7196
Method
VSliderFloat
extern/ImGui/imgui_widgets.cpp:3506
Method
VSliderInt
extern/ImGui/imgui_widgets.cpp:3511
Method
VSliderScalar
extern/ImGui/imgui_widgets.cpp:3446
Method
Value
extern/ImGui/imgui_widgets.cpp:8845
Function
WinMain
Main code
src/main.cpp:39
Method
WindowComparerByBeginOrder
extern/ImGui/imgui.cpp:16374
Function
WindowSettingsHandler_ApplyAll
Apply to existing windows (if any)
extern/ImGui/imgui.cpp:15372
Function
WindowSettingsHandler_ClearAll
extern/ImGui/imgui.cpp:15339
Function
WindowSettingsHandler_ReadLine
extern/ImGui/imgui.cpp:15360
Function
WindowSettingsHandler_ReadOpen
extern/ImGui/imgui.cpp:15347
Function
WindowSettingsHandler_WriteAll
extern/ImGui/imgui.cpp:15384
Function
WndProc
Win32 message handler You can read the io.WantCaptureMouse, io.WantCaptureKeyboard flags to tell if dear imgui wants to use your inputs. - When io.Wan
src/main.cpp:366
Function
_IsWindowsVersionOrGreater
Perform our own check with RtlVerifyVersionInfo() instead of using functions from <VersionHelpers.h> as they require a manifest to be functional for c
extern/ImGui/imgui_impl_win32.cpp:818
Method
_OnChangedClipRect
Our scheme may appears a bit unusual, basically we want the most-common calls AddLine AddRect etc. to not have to perform any check so we always have
extern/ImGui/imgui_draw.cpp:573
Method
_OnChangedTexture
extern/ImGui/imgui_draw.cpp:595
Method
_OnChangedVtxOffset
extern/ImGui/imgui_draw.cpp:620
Method
_PathArcToFastEx
extern/ImGui/imgui_draw.cpp:1137
Method
_PathArcToN
extern/ImGui/imgui_draw.cpp:1229
Function
adobe
include/utils/theme.hpp:253
Function
begin
extern/ImGui/imgui.h:2214
Method
begin
extern/ImGui/imgui_internal.h:794
Function
capacity
extern/ImGui/imgui.h:2210
Method
chunk_size
extern/ImGui/imgui_internal.h:796
Method
clear
extern/ImGui/imgui_internal.h:728
Method
clear
extern/ImGui/imgui_internal.h:810
Function
clear_delete
Important: does not destruct anything
extern/ImGui/imgui.h:2203
Function
clear_destruct
Important: never called automatically! always explicit.
extern/ImGui/imgui.h:2204
Function
color_alpha
include/utils/spectrum.h:34
Function
contains
extern/ImGui/imgui.h:2239
Function
embraceTheDarkness
include/utils/theme.hpp:16
Function
empty
extern/ImGui/imgui.h:2206
Method
empty
extern/ImGui/imgui.h:2714
Method
empty
extern/ImGui/imgui_internal.h:791
Function
end
extern/ImGui/imgui.h:2216
Method
end
extern/ImGui/imgui_internal.h:797
Function
enemymouse
include/utils/theme.hpp:156
Function
find_erase
extern/ImGui/imgui.h:2243
Function
find_erase_unsorted
extern/ImGui/imgui.h:2244
Function
find_index
extern/ImGui/imgui.h:2242
Function
getOffset
src/app/Injector.cpp:432
Function
getRemotePebVal
获得远程进程的peb 0xFFFFFFFFFFFFFFFF : 错误
src/app/format.cpp:9
Function
index_from_ptr
extern/ImGui/imgui.h:2245
Function
index_from_ptr
Utilities
extern/ImGui/imgui_internal.h:689
Function
internal_cleancall_wow64_gate
src/app/S-Wisper.c:11
Function
isInjectable
src/app/Injector.cpp:108
Function
main
extern/ImGui/imstb_truetype.h:339
Function
max_size
extern/ImGui/imgui.h:2209
Function
my_stbtt_initfont
extern/ImGui/imstb_truetype.h:292
Function
my_stbtt_print
extern/ImGui/imstb_truetype.h:304
Function
operator delete
extern/ImGui/imgui.h:2165
Function
operator new
extern/ImGui/imgui.h:2164
Function
operator!=
extern/ImGui/imgui.h:2886
Function
operator!=
extern/ImGui/imgui_internal.h:3759
Function
operator*
extern/ImGui/imgui.h:2870
Function
operator+
extern/ImGui/imgui.h:2874
Function
operator-
extern/ImGui/imgui.h:2875
Function
operator/
extern/ImGui/imgui.h:2873
Function
operator==
extern/ImGui/imgui.h:2885
Function
operator==
Helpers: ImTextureRef ==/!= operators provided as convenience (note that _TexID and _TexData are never set simultaneously)
extern/ImGui/imgui_internal.h:3758
Function
operator[]
We very rarely use this [] operator, so the assert overhead is fine.
extern/ImGui/imgui.h:297
Method
operator[]
extern/ImGui/imgui.h:2730
Method
operator[]
Works on range [n..n2)
extern/ImGui/imgui_internal.h:647
Function
pop_back
extern/ImGui/imgui.h:2233
Function
purpeDragon
include/utils/theme.hpp:77
Function
push_front
extern/ImGui/imgui.h:2234
Function
reserve_discard
extern/ImGui/imgui.h:2229
Function
set
extern/ImGui/imgui_internal.h:676
Function
shrink
extern/ImGui/imgui.h:2227
Function
simongeilfus
include/utils/theme.hpp:210
Function
size
extern/ImGui/imgui.h:2207
Function
size
extern/ImGui/imgui_internal.h:678
Method
size
extern/ImGui/imgui_internal.h:792
Method
size
extern/ImGui/imgui_internal.h:811
Function
size_in_bytes
extern/ImGui/imgui.h:2208
Function
size_in_bytes
extern/ImGui/imgui_internal.h:679
Function
stb_textedit_move_line_end
extern/ImGui/imstb_textedit.h:700
Function
stb_textedit_move_line_start
extern/ImGui/imstb_textedit.h:685
Function
stb_textedit_move_to_word_next
extern/ImGui/imstb_textedit.h:734
Function
stb_textedit_move_to_word_previous
extern/ImGui/imstb_textedit.h:719
Function
stbrp_init_target
extern/ImGui/imstb_rectpack.h:265
Function
stbrp_pack_rects
extern/ImGui/imstb_rectpack.h:546
Function
stbrp_setup_heuristic
extern/ImGui/imstb_rectpack.h:233
Function
stbtt_CompareUTF8toUTF16_bigendian
extern/ImGui/imstb_truetype.h:4970
Function
stbtt_FindMatchingFont
extern/ImGui/imstb_truetype.h:4965
Function
stbtt_FreeBitmap
extern/ImGui/imstb_truetype.h:3716
Function
stbtt_FreeSDF
extern/ImGui/imstb_truetype.h:4773
Function
stbtt_FreeShape
extern/ImGui/imstb_truetype.h:2677
Function
stbtt_GetCodepointBitmapBox
extern/ImGui/imstb_truetype.h:2754
← previous
next →
1,901–2,000 of 2,039, ranked by callers