MCPcopy Create free account

hub / github.com/clementgallet/libTAS / functions

Functions6,352 in github.com/clementgallet/libTAS

MethodColorPicker3
src/external/imgui/imgui_widgets.cpp:5368
MethodColorPicker4
Note: ColorPicker4() only accesses 3 floats if ImGuiColorEditFlags_NoAlpha flag is set. (In C++ the 'float col[4]' notation for a function argument is
src/external/imgui/imgui_widgets.cpp:5391
MethodColorPickerOptionsPopup
src/external/imgui/imgui_widgets.cpp:5952
MethodColorTooltip
Note: only access 3 floats if ImGuiColorEditFlags_NoAlpha flag is set.
src/external/imgui/imgui_widgets.cpp:5864
FunctionColormapIcon
src/external/imgui/implot.cpp:4835
FunctionColormapScale
src/external/imgui/implot.cpp:4624
MethodColumns
src/external/imgui/imgui_tables.cpp:4321
MethodCombo
Old API, prefer using BeginCombo() nowadays if you can.
src/external/imgui/imgui_widgets.cpp:1887
MethodComboBoxItemDelegate
src/program/ui/ComboBoxItemDelegate.cpp:26
MethodCompareWithSortSpecs
src/external/imgui/imgui_demo.cpp:3902
MethodComputeNewPlayerCompatibility
src/library/steam/isteamgameserver.cpp:258
MethodConcurrentQueue
src/program/ConcurrentQueue.h:83
MethodConfigureConnectionLanes
src/library/steam/isteamnetworkingsockets.cpp:236
MethodConnectByIPAddress
src/library/steam/isteamnetworkingsockets.cpp:85
MethodConnectP2P
src/library/steam/isteamnetworkingsockets.cpp:97
MethodConnectP2PCustomSignaling
src/library/steam/isteamnetworkingsockets.cpp:349
MethodConnectToHostedDedicatedServer
src/library/steam/isteamnetworkingsockets.cpp:313
FunctionContains
Bottom-right
src/external/imgui/imgui_internal.h:540
MethodContains
src/external/imgui/imgui_internal.h:679
FunctionContainsWithPad
src/external/imgui/imgui_internal.h:542
MethodControllerAxisWidget
src/program/ui/ControllerAxisWidget.cpp:26
MethodControllerTabWindow
src/program/ui/ControllerTabWindow.cpp:37
MethodControllerWidget
src/program/ui/ControllerWidget.cpp:29
MethodConvertPingLocationToString
src/library/steam/isteamnetworkingutils.cpp:56
FunctionCreate
src/external/imgui/imgui_internal.h:602
MethodCreateConnectionSocket
src/library/steam/isteamnetworking.cpp:86
MethodCreateContext
src/external/imgui/imgui.cpp:3529
MethodCreateCookieContainer
src/library/steam/isteamhttp.cpp:128
MethodCreateFakeUDPPort
src/library/steam/isteamnetworkingsockets.cpp:406
MethodCreateHTTPRequest
src/library/steam/isteamhttp.cpp:26
MethodCreateHostedDedicatedServerListenSocket
src/library/steam/isteamnetworkingsockets.cpp:337
MethodCreateItem
src/library/steam/isteamugc.cpp:283
MethodCreateListenSocket
src/library/steam/isteamnetworking.cpp:74
MethodCreateListenSocketIP
src/library/steam/isteamnetworkingsockets.cpp:79
MethodCreateListenSocketP2P
src/library/steam/isteamnetworkingsockets.cpp:91
MethodCreateListenSocketP2PFakeIP
src/library/steam/isteamnetworkingsockets.cpp:394
MethodCreateLobby
src/library/steam/isteammatchmaking.cpp:97
MethodCreateNewWindowSettings
src/external/imgui/imgui.cpp:13320
MethodCreateP2PConnectionSocket
src/library/steam/isteamnetworking.cpp:80
MethodCreatePollGroup
src/library/steam/isteamnetworkingsockets.cpp:260
MethodCreateQueryAllUGCRequest
src/library/steam/isteamugc.cpp:74
MethodCreateQueryUGCDetailsRequest
src/library/steam/isteamugc.cpp:80
MethodCreateQueryUserUGCRequest
src/library/steam/isteamugc.cpp:68
MethodCreateSocketPair
src/library/steam/isteamnetworkingsockets.cpp:225
MethodCreateUnauthenticatedUserConnection
src/library/steam/isteamgameserver.cpp:157
MethodDataTypeApplyFromText
User can input math operators (e.g. +100) to edit a numerical values. NB: This is _not_ a full expression evaluator. We should probably add one and re
src/external/imgui/imgui_widgets.cpp:2091
MethodDataTypeApplyOp
src/external/imgui/imgui_widgets.cpp:2039
MethodDataTypeClamp
src/external/imgui/imgui_widgets.cpp:2170
FunctionDataTypeClampT
src/external/imgui/imgui_widgets.cpp:2162
MethodDataTypeCompare
src/external/imgui/imgui_widgets.cpp:2141
FunctionDataTypeCompareT
src/external/imgui/imgui_widgets.cpp:2134
MethodDataTypeFormatString
src/external/imgui/imgui_widgets.cpp:2016
MethodDataTypeGetInfo
src/external/imgui/imgui_widgets.cpp:2010
MethodDeIndexAllBuffers
For backward compatibility: convert all buffers from indexed to de-indexed, in case you cannot render indexed. Note: this is slow and most likely a wa
src/external/imgui/imgui_draw.cpp:1911
MethodDeactivateActionSetLayer
src/library/steam/isteaminput.cpp:99
MethodDeactivateAllActionSetLayers
src/library/steam/isteaminput.cpp:104
MethodDebugAllocHook
We record the number of allocation in recent frames, as a way to audit/sanitize our guiding principles of "no allocations on idle/repeating frames"
src/external/imgui/imgui.cpp:4225
MethodDebugCheckVersionAndDataLayout
Helper function to verify ABI compatibility between caller code and compiled version of Dear ImGui. Verify that the type sizes are matching between th
src/external/imgui/imgui.cpp:9313
MethodDebugDrawCursorPos
Draw a small cross at current CursorPos in current window's DrawList
src/external/imgui/imgui.cpp:14971
MethodDebugDrawItemRect
Draw last item rect in ForegroundDrawList (so it is always visible)
src/external/imgui/imgui.cpp:14994
MethodDebugDrawLineExtents
Draw a 10px wide rectangle around CurposPos.x using Line Y1/Y2 in current window's DrawList
src/external/imgui/imgui.cpp:14981
MethodDebugFlashStyleColor
Flash a given style color for some + inhibit modifications of this color via PushStyleColor() calls.
src/external/imgui/imgui.cpp:13869
MethodDebugHookIdInfo
[DEBUG] ID Stack tool: hooks called by GetID() family functions
src/external/imgui/imgui.cpp:15109
MethodDebugLocateItem
src/external/imgui/imgui.cpp:15004
MethodDebugLocateItemOnHover
src/external/imgui/imgui.cpp:15011
MethodDebugLocateItemResolveWithLastItem
src/external/imgui/imgui.cpp:15020
MethodDebugLog
src/external/imgui/imgui.cpp:14883
MethodDebugLogV
src/external/imgui/imgui.cpp:14891
MethodDebugNodeColumns
[DEBUG] Display contents of Columns
src/external/imgui/imgui.cpp:14465
MethodDebugNodeDrawCmdShowMeshAndBoundingBox
[DEBUG] Display mesh/aabb of a ImDrawCmd
src/external/imgui/imgui.cpp:14580
MethodDebugNodeDrawList
[DEBUG] Display contents of ImDrawList
src/external/imgui/imgui.cpp:14484
MethodDebugNodeFont
[DEBUG] Display details for a single font, called by ShowStyleEditor().
src/external/imgui/imgui.cpp:14610
MethodDebugNodeFontGlyph
src/external/imgui/imgui.cpp:14700
MethodDebugNodeInputTextState
src/external/imgui/imgui_widgets.cpp:5034
MethodDebugNodeStorage
[DEBUG] Display contents of ImGuiStorage
src/external/imgui/imgui.cpp:14711
MethodDebugNodeTabBar
[DEBUG] Display contents of ImGuiTabBar
src/external/imgui/imgui.cpp:14721
MethodDebugNodeTable
src/external/imgui/imgui_tables.cpp:3803
MethodDebugNodeTableSettings
src/external/imgui/imgui_tables.cpp:3869
MethodDebugNodeTypingSelectState
src/external/imgui/imgui_widgets.cpp:6838
MethodDebugNodeViewport
src/external/imgui/imgui.cpp:14761
MethodDebugNodeWindow
src/external/imgui/imgui.cpp:14780
MethodDebugNodeWindowSettings
src/external/imgui/imgui.cpp:14838
MethodDebugNodeWindowsList
src/external/imgui/imgui.cpp:14848
MethodDebugNodeWindowsListByBeginStackParent
FIXME-OPT: This is technically suboptimal, but it is simpler this way.
src/external/imgui/imgui.cpp:14862
MethodDebugPane
src/program/ui/settings/DebugPane.cpp:38
MethodDebugRenderKeyboardPreview
Draw an arbitrary US keyboard layout to visualize translated keys
src/external/imgui/imgui.cpp:13776
MethodDebugRenderViewportThumbnail
src/external/imgui/imgui.cpp:13726
MethodDebugTextEncoding
Helper tool to diagnose between text encoding issues and font loading issues. Pass your UTF-8 string and verify that there are correct.
src/external/imgui/imgui.cpp:13825
MethodDeferHTTPRequest
src/library/steam/isteamhttp.cpp:68
MethodDeleteLobbyData
src/library/steam/isteammatchmaking.cpp:156
MethodDestroyContext
src/external/imgui/imgui.cpp:3540
MethodDestroyListenSocket
src/library/steam/isteamnetworking.cpp:98
MethodDestroyPollGroup
src/library/steam/isteamnetworkingsockets.cpp:266
MethodDestroySocket
src/library/steam/isteamnetworking.cpp:92
MethodDevice
src/library/inputs/udevwrappers.cpp:548
MethodDevice
src/library/inputs/udevwrappers.cpp:695
MethodDisplayContents
Display placeholder contents for the Document
src/external/imgui/imgui_demo.cpp:8206
MethodDisplayContextMenu
Display context menu for the Document
src/external/imgui/imgui_demo.cpp:8223
MethodDisplayNode
src/external/imgui/imgui_demo.cpp:5110
MethodDragBehavior
src/external/imgui/imgui_widgets.cpp:2362
← previousnext →2,301–2,400 of 6,352, ranked by callers