Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DrNseven/D3D11-Worldtoscreen-Finder
/ functions
Functions
1,531 in github.com/DrNseven/D3D11-Worldtoscreen-Finder
⨍
Functions
1,531
◇
Types & classes
203
Function
STBRP__CDECL rect_height_compare
[DEAR IMGUI] Added STBRP__CDECL
imgui/imstb_rectpack.h:533
Function
STBRP__CDECL rect_original_order
[DEAR IMGUI] Added STBRP__CDECL
imgui/imstb_rectpack.h:545
Function
STB_TEXTEDIT_MOVEWORDLEFT_IMPL
imgui/imgui_widgets.cpp:3569
Function
STB_TEXTEDIT_MOVEWORDRIGHT_IMPL
imgui/imgui_widgets.cpp:3572
Method
SameLine
Gets back to previous line and continue with horizontal layout offset_from_start_x == 0 : follow right after previous item offset_from_start_x != 0 :
imgui/imgui.cpp:7358
Method
SaveIniSettingsToDisk
imgui/imgui.cpp:10336
Method
SaveIniSettingsToMemory
Call registered handlers (e.g. SettingsHandlerWindow_WriteAll() + custom handlers) to write their stuff into a text buffer
imgui/imgui.cpp:10353
Method
Saw
imgui/imgui_demo.cpp:1591
Method
ScaleAllSizes
To scale your entire UI (e.g. if you want your app to use High DPI or generally be DPI aware) you may use this helper function. Scaling the fonts is d
imgui/imgui.cpp:997
Method
ScaleClipRects
Helper to scale the ClipRect field of each ImDrawCmd. Use if your final output buffer is at a different scale than draw_data->DisplaySize, or if there
imgui/imgui_draw.cpp:1649
Method
ScaleRatioFromValueT
imgui/imgui_widgets.cpp:2546
Method
ScaleValueFromRatioT
imgui/imgui_widgets.cpp:2602
Method
ScrollToBringRectIntoView
Scroll to keep newly navigated item fully into view
imgui/imgui.cpp:7751
Method
Scrollbar
imgui/imgui_widgets.cpp:859
Method
ScrollbarEx
Vertical/Horizontal scrollbar The entire piece of code below is rather confusing because: - We handle absolute seeking (when first clicking outside th
imgui/imgui_widgets.cpp:894
Function
SelectAll
imgui/imgui_internal.h:973
Method
Selectable
Tip: pass a non-visible label (e.g. "##hello") then you can use the space to draw other text or image. But you need to make sure the ID is unique, e.g
imgui/imgui_widgets.cpp:5970
Method
Separator
imgui/imgui_widgets.cpp:1404
Method
SeparatorEx
Horizontal/vertical separating line
imgui/imgui_widgets.cpp:1344
Method
SetActiveID
imgui/imgui.cpp:3010
Function
SetAllBits
imgui/imgui_internal.h:497
Method
SetAllInt
imgui/imgui.cpp:1974
Method
SetAllocatorFunctions
imgui/imgui.cpp:3331
Function
SetBitRange
imgui/imgui_internal.h:501
Method
SetBool
imgui/imgui.cpp:1947
Method
SetClipboardText
imgui/imgui.cpp:3303
Function
SetClipboardTextFn_DefaultImpl
imgui/imgui.cpp:10529
Method
SetColorEditOptions
Initialize/override default color options
imgui/imgui_widgets.cpp:5372
Method
SetColumnOffset
imgui/imgui_tables.cpp:3626
Method
SetColumnWidth
imgui/imgui_tables.cpp:3648
Method
SetCurrentContext
imgui/imgui.cpp:3322
Method
SetCurrentFont
imgui/imgui.cpp:6418
Method
SetCursorPos
imgui/imgui.cpp:7414
Method
SetCursorPosX
imgui/imgui.cpp:7421
Method
SetCursorPosY
imgui/imgui.cpp:7428
Method
SetCursorScreenPos
imgui/imgui.cpp:7387
Method
SetDragDropPayload
Use 'cond' to choose to submit payload on drag start or every frame
imgui/imgui.cpp:9744
Method
SetFallbackChar
imgui/imgui_draw.cpp:3026
Method
SetFloat
imgui/imgui.cpp:1952
Method
SetFocusID
imgui/imgui.cpp:8476
Method
SetGlyphVisible
imgui/imgui_draw.cpp:3020
Method
SetHSV
FIXME-OBSOLETE: May need to obsolete/cleanup those helpers.
imgui/imgui.h:2210
Method
SetHoveredID
imgui/imgui.cpp:3049
Method
SetItemAllowOverlap
Allow last item to be overlapped by a subsequent item. Both may be activated during the same frame before the later one takes priority. FIXME: Althoug
imgui/imgui.cpp:4862
Method
SetItemDefaultFocus
imgui/imgui.cpp:6895
Method
SetItemUsingMouseWheel
imgui/imgui.cpp:4872
Method
SetKeyboardFocusHere
imgui/imgui.cpp:6885
Method
SetLastItemData
This is also inlined in ItemAdd() Note: if ImGuiItemStatusFlags_HasDisplayRect is set, user needs to set window->DC.LastItemDisplayRect!
imgui/imgui.cpp:3205
Method
SetMouseCursor
imgui/imgui.cpp:4749
Method
SetNavID
FIXME-NAV: The existence of SetNavID vs SetNavIDWithRectRel vs SetFocusID is incredibly messy and confusing, and needs some explanation or serious ref
imgui/imgui.cpp:8456
Method
SetNavIDWithRectRel
imgui/imgui.cpp:8466
Method
SetNextItemOpen
Set next TreeNode/CollapsingHeader open state.
imgui/imgui_widgets.cpp:5902
Method
SetNextItemWidth
Affect large frame+labels widgets only.
imgui/imgui.cpp:7458
Function
SetNextTreeNodeOpen
OBSOLETED in 1.71 (from June 2019)
imgui/imgui.h:2002
Method
SetNextWindowBgAlpha
imgui/imgui.cpp:6825
Method
SetNextWindowCollapsed
imgui/imgui.cpp:6810
Method
SetNextWindowContentSize
Content size = inner scrollable rectangle, padded with WindowPadding. SetNextWindowContentSize(ImVec2(100,100) + ImGuiWindowFlags_AlwaysAutoResize wil
imgui/imgui.cpp:6796
Method
SetNextWindowFocus
imgui/imgui.cpp:6819
Method
SetNextWindowPos
imgui/imgui.cpp:6766
Method
SetNextWindowScroll
imgui/imgui.cpp:6803
Method
SetNextWindowSize
imgui/imgui.cpp:6776
Method
SetNextWindowSizeConstraints
imgui/imgui.cpp:6785
Method
SetScrollFromPosX
Note that a local position will vary depending on initial scroll value, This is a little bit confusing so bear with us: - local_pos = (absolution_pos
imgui/imgui.cpp:7840
Method
SetScrollFromPosY
imgui/imgui.cpp:7848
Function
SetScrollHere
OBSOLETED in 1.66 (from Sep 2018)
imgui/imgui.h:2008
Method
SetScrollHereX
center_x_ratio: 0.0f left of last item, 0.5f horizontal center of last item, 1.0f right of last item.
imgui/imgui.cpp:7870
Method
SetScrollHereY
center_y_ratio: 0.0f top of last item, 0.5f vertical center of last item, 1.0f bottom of last item.
imgui/imgui.cpp:7883
Method
SetScrollX
imgui/imgui.cpp:7804
Method
SetScrollY
imgui/imgui.cpp:7811
Method
SetStateStorage
imgui/imgui.cpp:6912
Method
SetTabItemClosed
[Public] This is call is 100% optional but it allows to remove some one-frame glitches when a tab has been unexpectedly removed. To use it to need to
imgui/imgui_widgets.cpp:7813
Method
SetTooltip
imgui/imgui.cpp:7949
Method
SetTooltipV
imgui/imgui.cpp:7942
Method
SetWindowClipRectBeforeSetChannel
[Internal] Small optimization to avoid calls to PopClipRect/SetCurrentChannel/PushClipRect in sequences, they would meddle many times with the underly
imgui/imgui_tables.cpp:3535
Method
SetWindowCollapsed
imgui/imgui.cpp:6707
Method
SetWindowFocus
imgui/imgui.cpp:6748
Method
SetWindowFontScale
imgui/imgui.cpp:6853
Method
SetWindowHitTestHole
imgui/imgui.cpp:6718
Method
SetWindowPos
imgui/imgui.cpp:6626
Method
SetWindowSize
imgui/imgui.cpp:6664
Method
ShadeVertsLinearColorGradientKeepAlpha
Generic linear color gradient, write to RGB fields, leave A untouched.
imgui/imgui_draw.cpp:1667
Method
ShadeVertsLinearUV
Distribute UV over (a, b) rectangle
imgui/imgui_draw.cpp:1691
Method
ShowAboutWindow
imgui/imgui_demo.cpp:5550
Method
ShowDemoWindow
Demonstrate most Dear ImGui features (this is big function!) You may execute this function to experiment with the UI and understand what it does. You
imgui/imgui_demo.cpp:247
Method
ShowFontSelector
Demo helper function to select among loaded fonts. Here we use the regular BeginCombo()/EndCombo() api which is more the more flexible one.
imgui/imgui_demo.cpp:5715
Method
ShowMetricsWindow
imgui/imgui.cpp:10738
Method
ShowStyleEditor
imgui/imgui_demo.cpp:5827
Method
ShowStyleSelector
Demo helper function to select among default colors. See ShowStyleEditor() for more advanced options. Here we use the simplified Combo() api that pack
imgui/imgui_demo.cpp:5697
Method
ShowUserGuide
Helper to display basic user controls.
imgui/imgui_demo.cpp:193
Method
ShrinkWidths
Shrink excess width from a set of item, by removing width from the larger items first. Set items Width to -1.0f to disable shrinking this item.
imgui/imgui_widgets.cpp:1486
Method
Shutdown
This function is merely here to free heap allocations.
imgui/imgui.cpp:4095
Method
Sin
imgui/imgui_demo.cpp:1590
Method
SliderAngle
imgui/imgui_widgets.cpp:3021
Method
SliderBehavior
For 32-bit and larger types, slider bounds are limited to half the natural type range. So e.g. an integer Slider between INT_MAX-10 and INT_MAX will f
imgui/imgui_widgets.cpp:2841
Method
SliderBehaviorT
imgui/imgui_widgets.cpp:2681
Method
SliderFloat
imgui/imgui_widgets.cpp:3001
Method
SliderFloat2
imgui/imgui_widgets.cpp:3006
Method
SliderFloat3
imgui/imgui_widgets.cpp:3011
Method
SliderFloat4
imgui/imgui_widgets.cpp:3016
Method
SliderInt
imgui/imgui_widgets.cpp:3031
← previous
next →
1,201–1,300 of 1,531, ranked by callers