MCPcopy Create free account

hub / github.com/DrNseven/D3D11-Worldtoscreen-Finder / functions

Functions1,531 in github.com/DrNseven/D3D11-Worldtoscreen-Finder

FunctionSTBRP__CDECL rect_height_compare
[DEAR IMGUI] Added STBRP__CDECL
imgui/imstb_rectpack.h:533
FunctionSTBRP__CDECL rect_original_order
[DEAR IMGUI] Added STBRP__CDECL
imgui/imstb_rectpack.h:545
FunctionSTB_TEXTEDIT_MOVEWORDLEFT_IMPL
imgui/imgui_widgets.cpp:3569
FunctionSTB_TEXTEDIT_MOVEWORDRIGHT_IMPL
imgui/imgui_widgets.cpp:3572
MethodSameLine
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
MethodSaveIniSettingsToDisk
imgui/imgui.cpp:10336
MethodSaveIniSettingsToMemory
Call registered handlers (e.g. SettingsHandlerWindow_WriteAll() + custom handlers) to write their stuff into a text buffer
imgui/imgui.cpp:10353
MethodSaw
imgui/imgui_demo.cpp:1591
MethodScaleAllSizes
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
MethodScaleClipRects
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
MethodScaleRatioFromValueT
imgui/imgui_widgets.cpp:2546
MethodScaleValueFromRatioT
imgui/imgui_widgets.cpp:2602
MethodScrollToBringRectIntoView
Scroll to keep newly navigated item fully into view
imgui/imgui.cpp:7751
MethodScrollbar
imgui/imgui_widgets.cpp:859
MethodScrollbarEx
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
FunctionSelectAll
imgui/imgui_internal.h:973
MethodSelectable
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
MethodSeparator
imgui/imgui_widgets.cpp:1404
MethodSeparatorEx
Horizontal/vertical separating line
imgui/imgui_widgets.cpp:1344
MethodSetActiveID
imgui/imgui.cpp:3010
FunctionSetAllBits
imgui/imgui_internal.h:497
MethodSetAllInt
imgui/imgui.cpp:1974
MethodSetAllocatorFunctions
imgui/imgui.cpp:3331
FunctionSetBitRange
imgui/imgui_internal.h:501
MethodSetBool
imgui/imgui.cpp:1947
MethodSetClipboardText
imgui/imgui.cpp:3303
FunctionSetClipboardTextFn_DefaultImpl
imgui/imgui.cpp:10529
MethodSetColorEditOptions
Initialize/override default color options
imgui/imgui_widgets.cpp:5372
MethodSetColumnOffset
imgui/imgui_tables.cpp:3626
MethodSetColumnWidth
imgui/imgui_tables.cpp:3648
MethodSetCurrentContext
imgui/imgui.cpp:3322
MethodSetCurrentFont
imgui/imgui.cpp:6418
MethodSetCursorPos
imgui/imgui.cpp:7414
MethodSetCursorPosX
imgui/imgui.cpp:7421
MethodSetCursorPosY
imgui/imgui.cpp:7428
MethodSetCursorScreenPos
imgui/imgui.cpp:7387
MethodSetDragDropPayload
Use 'cond' to choose to submit payload on drag start or every frame
imgui/imgui.cpp:9744
MethodSetFallbackChar
imgui/imgui_draw.cpp:3026
MethodSetFloat
imgui/imgui.cpp:1952
MethodSetFocusID
imgui/imgui.cpp:8476
MethodSetGlyphVisible
imgui/imgui_draw.cpp:3020
MethodSetHSV
FIXME-OBSOLETE: May need to obsolete/cleanup those helpers.
imgui/imgui.h:2210
MethodSetHoveredID
imgui/imgui.cpp:3049
MethodSetItemAllowOverlap
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
MethodSetItemDefaultFocus
imgui/imgui.cpp:6895
MethodSetItemUsingMouseWheel
imgui/imgui.cpp:4872
MethodSetKeyboardFocusHere
imgui/imgui.cpp:6885
MethodSetLastItemData
This is also inlined in ItemAdd() Note: if ImGuiItemStatusFlags_HasDisplayRect is set, user needs to set window->DC.LastItemDisplayRect!
imgui/imgui.cpp:3205
MethodSetMouseCursor
imgui/imgui.cpp:4749
MethodSetNavID
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
MethodSetNavIDWithRectRel
imgui/imgui.cpp:8466
MethodSetNextItemOpen
Set next TreeNode/CollapsingHeader open state.
imgui/imgui_widgets.cpp:5902
MethodSetNextItemWidth
Affect large frame+labels widgets only.
imgui/imgui.cpp:7458
FunctionSetNextTreeNodeOpen
OBSOLETED in 1.71 (from June 2019)
imgui/imgui.h:2002
MethodSetNextWindowBgAlpha
imgui/imgui.cpp:6825
MethodSetNextWindowCollapsed
imgui/imgui.cpp:6810
MethodSetNextWindowContentSize
Content size = inner scrollable rectangle, padded with WindowPadding. SetNextWindowContentSize(ImVec2(100,100) + ImGuiWindowFlags_AlwaysAutoResize wil
imgui/imgui.cpp:6796
MethodSetNextWindowFocus
imgui/imgui.cpp:6819
MethodSetNextWindowPos
imgui/imgui.cpp:6766
MethodSetNextWindowScroll
imgui/imgui.cpp:6803
MethodSetNextWindowSize
imgui/imgui.cpp:6776
MethodSetNextWindowSizeConstraints
imgui/imgui.cpp:6785
MethodSetScrollFromPosX
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
MethodSetScrollFromPosY
imgui/imgui.cpp:7848
FunctionSetScrollHere
OBSOLETED in 1.66 (from Sep 2018)
imgui/imgui.h:2008
MethodSetScrollHereX
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
MethodSetScrollHereY
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
MethodSetScrollX
imgui/imgui.cpp:7804
MethodSetScrollY
imgui/imgui.cpp:7811
MethodSetStateStorage
imgui/imgui.cpp:6912
MethodSetTabItemClosed
[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
MethodSetTooltip
imgui/imgui.cpp:7949
MethodSetTooltipV
imgui/imgui.cpp:7942
MethodSetWindowClipRectBeforeSetChannel
[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
MethodSetWindowCollapsed
imgui/imgui.cpp:6707
MethodSetWindowFocus
imgui/imgui.cpp:6748
MethodSetWindowFontScale
imgui/imgui.cpp:6853
MethodSetWindowHitTestHole
imgui/imgui.cpp:6718
MethodSetWindowPos
imgui/imgui.cpp:6626
MethodSetWindowSize
imgui/imgui.cpp:6664
MethodShadeVertsLinearColorGradientKeepAlpha
Generic linear color gradient, write to RGB fields, leave A untouched.
imgui/imgui_draw.cpp:1667
MethodShadeVertsLinearUV
Distribute UV over (a, b) rectangle
imgui/imgui_draw.cpp:1691
MethodShowAboutWindow
imgui/imgui_demo.cpp:5550
MethodShowDemoWindow
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
MethodShowFontSelector
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
MethodShowMetricsWindow
imgui/imgui.cpp:10738
MethodShowStyleEditor
imgui/imgui_demo.cpp:5827
MethodShowStyleSelector
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
MethodShowUserGuide
Helper to display basic user controls.
imgui/imgui_demo.cpp:193
MethodShrinkWidths
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
MethodShutdown
This function is merely here to free heap allocations.
imgui/imgui.cpp:4095
MethodSin
imgui/imgui_demo.cpp:1590
MethodSliderAngle
imgui/imgui_widgets.cpp:3021
MethodSliderBehavior
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
MethodSliderBehaviorT
imgui/imgui_widgets.cpp:2681
MethodSliderFloat
imgui/imgui_widgets.cpp:3001
MethodSliderFloat2
imgui/imgui_widgets.cpp:3006
MethodSliderFloat3
imgui/imgui_widgets.cpp:3011
MethodSliderFloat4
imgui/imgui_widgets.cpp:3016
MethodSliderInt
imgui/imgui_widgets.cpp:3031
← previousnext →1,201–1,300 of 1,531, ranked by callers