Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ functions
Functions
6,352 in github.com/clementgallet/libTAS
⨍
Functions
6,352
◇
Types & classes
2,318
Method
ColorPicker3
src/external/imgui/imgui_widgets.cpp:5368
Method
ColorPicker4
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
Method
ColorPickerOptionsPopup
src/external/imgui/imgui_widgets.cpp:5952
Method
ColorTooltip
Note: only access 3 floats if ImGuiColorEditFlags_NoAlpha flag is set.
src/external/imgui/imgui_widgets.cpp:5864
Function
ColormapIcon
src/external/imgui/implot.cpp:4835
Function
ColormapScale
src/external/imgui/implot.cpp:4624
Method
Columns
src/external/imgui/imgui_tables.cpp:4321
Method
Combo
Old API, prefer using BeginCombo() nowadays if you can.
src/external/imgui/imgui_widgets.cpp:1887
Method
ComboBoxItemDelegate
src/program/ui/ComboBoxItemDelegate.cpp:26
Method
CompareWithSortSpecs
src/external/imgui/imgui_demo.cpp:3902
Method
ComputeNewPlayerCompatibility
src/library/steam/isteamgameserver.cpp:258
Method
ConcurrentQueue
src/program/ConcurrentQueue.h:83
Method
ConfigureConnectionLanes
src/library/steam/isteamnetworkingsockets.cpp:236
Method
ConnectByIPAddress
src/library/steam/isteamnetworkingsockets.cpp:85
Method
ConnectP2P
src/library/steam/isteamnetworkingsockets.cpp:97
Method
ConnectP2PCustomSignaling
src/library/steam/isteamnetworkingsockets.cpp:349
Method
ConnectToHostedDedicatedServer
src/library/steam/isteamnetworkingsockets.cpp:313
Function
Contains
Bottom-right
src/external/imgui/imgui_internal.h:540
Method
Contains
src/external/imgui/imgui_internal.h:679
Function
ContainsWithPad
src/external/imgui/imgui_internal.h:542
Method
ControllerAxisWidget
src/program/ui/ControllerAxisWidget.cpp:26
Method
ControllerTabWindow
src/program/ui/ControllerTabWindow.cpp:37
Method
ControllerWidget
src/program/ui/ControllerWidget.cpp:29
Method
ConvertPingLocationToString
src/library/steam/isteamnetworkingutils.cpp:56
Function
Create
src/external/imgui/imgui_internal.h:602
Method
CreateConnectionSocket
src/library/steam/isteamnetworking.cpp:86
Method
CreateContext
src/external/imgui/imgui.cpp:3529
Method
CreateCookieContainer
src/library/steam/isteamhttp.cpp:128
Method
CreateFakeUDPPort
src/library/steam/isteamnetworkingsockets.cpp:406
Method
CreateHTTPRequest
src/library/steam/isteamhttp.cpp:26
Method
CreateHostedDedicatedServerListenSocket
src/library/steam/isteamnetworkingsockets.cpp:337
Method
CreateItem
src/library/steam/isteamugc.cpp:283
Method
CreateListenSocket
src/library/steam/isteamnetworking.cpp:74
Method
CreateListenSocketIP
src/library/steam/isteamnetworkingsockets.cpp:79
Method
CreateListenSocketP2P
src/library/steam/isteamnetworkingsockets.cpp:91
Method
CreateListenSocketP2PFakeIP
src/library/steam/isteamnetworkingsockets.cpp:394
Method
CreateLobby
src/library/steam/isteammatchmaking.cpp:97
Method
CreateNewWindowSettings
src/external/imgui/imgui.cpp:13320
Method
CreateP2PConnectionSocket
src/library/steam/isteamnetworking.cpp:80
Method
CreatePollGroup
src/library/steam/isteamnetworkingsockets.cpp:260
Method
CreateQueryAllUGCRequest
src/library/steam/isteamugc.cpp:74
Method
CreateQueryUGCDetailsRequest
src/library/steam/isteamugc.cpp:80
Method
CreateQueryUserUGCRequest
src/library/steam/isteamugc.cpp:68
Method
CreateSocketPair
src/library/steam/isteamnetworkingsockets.cpp:225
Method
CreateUnauthenticatedUserConnection
src/library/steam/isteamgameserver.cpp:157
Method
DataTypeApplyFromText
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
Method
DataTypeApplyOp
src/external/imgui/imgui_widgets.cpp:2039
Method
DataTypeClamp
src/external/imgui/imgui_widgets.cpp:2170
Function
DataTypeClampT
src/external/imgui/imgui_widgets.cpp:2162
Method
DataTypeCompare
src/external/imgui/imgui_widgets.cpp:2141
Function
DataTypeCompareT
src/external/imgui/imgui_widgets.cpp:2134
Method
DataTypeFormatString
src/external/imgui/imgui_widgets.cpp:2016
Method
DataTypeGetInfo
src/external/imgui/imgui_widgets.cpp:2010
Method
DeIndexAllBuffers
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
Method
DeactivateActionSetLayer
src/library/steam/isteaminput.cpp:99
Method
DeactivateAllActionSetLayers
src/library/steam/isteaminput.cpp:104
Method
DebugAllocHook
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
Method
DebugCheckVersionAndDataLayout
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
Method
DebugDrawCursorPos
Draw a small cross at current CursorPos in current window's DrawList
src/external/imgui/imgui.cpp:14971
Method
DebugDrawItemRect
Draw last item rect in ForegroundDrawList (so it is always visible)
src/external/imgui/imgui.cpp:14994
Method
DebugDrawLineExtents
Draw a 10px wide rectangle around CurposPos.x using Line Y1/Y2 in current window's DrawList
src/external/imgui/imgui.cpp:14981
Method
DebugFlashStyleColor
Flash a given style color for some + inhibit modifications of this color via PushStyleColor() calls.
src/external/imgui/imgui.cpp:13869
Method
DebugHookIdInfo
[DEBUG] ID Stack tool: hooks called by GetID() family functions
src/external/imgui/imgui.cpp:15109
Method
DebugLocateItem
src/external/imgui/imgui.cpp:15004
Method
DebugLocateItemOnHover
src/external/imgui/imgui.cpp:15011
Method
DebugLocateItemResolveWithLastItem
src/external/imgui/imgui.cpp:15020
Method
DebugLog
src/external/imgui/imgui.cpp:14883
Method
DebugLogV
src/external/imgui/imgui.cpp:14891
Method
DebugNodeColumns
[DEBUG] Display contents of Columns
src/external/imgui/imgui.cpp:14465
Method
DebugNodeDrawCmdShowMeshAndBoundingBox
[DEBUG] Display mesh/aabb of a ImDrawCmd
src/external/imgui/imgui.cpp:14580
Method
DebugNodeDrawList
[DEBUG] Display contents of ImDrawList
src/external/imgui/imgui.cpp:14484
Method
DebugNodeFont
[DEBUG] Display details for a single font, called by ShowStyleEditor().
src/external/imgui/imgui.cpp:14610
Method
DebugNodeFontGlyph
src/external/imgui/imgui.cpp:14700
Method
DebugNodeInputTextState
src/external/imgui/imgui_widgets.cpp:5034
Method
DebugNodeStorage
[DEBUG] Display contents of ImGuiStorage
src/external/imgui/imgui.cpp:14711
Method
DebugNodeTabBar
[DEBUG] Display contents of ImGuiTabBar
src/external/imgui/imgui.cpp:14721
Method
DebugNodeTable
src/external/imgui/imgui_tables.cpp:3803
Method
DebugNodeTableSettings
src/external/imgui/imgui_tables.cpp:3869
Method
DebugNodeTypingSelectState
src/external/imgui/imgui_widgets.cpp:6838
Method
DebugNodeViewport
src/external/imgui/imgui.cpp:14761
Method
DebugNodeWindow
src/external/imgui/imgui.cpp:14780
Method
DebugNodeWindowSettings
src/external/imgui/imgui.cpp:14838
Method
DebugNodeWindowsList
src/external/imgui/imgui.cpp:14848
Method
DebugNodeWindowsListByBeginStackParent
FIXME-OPT: This is technically suboptimal, but it is simpler this way.
src/external/imgui/imgui.cpp:14862
Method
DebugPane
src/program/ui/settings/DebugPane.cpp:38
Method
DebugRenderKeyboardPreview
Draw an arbitrary US keyboard layout to visualize translated keys
src/external/imgui/imgui.cpp:13776
Method
DebugRenderViewportThumbnail
src/external/imgui/imgui.cpp:13726
Method
DebugTextEncoding
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
Method
DeferHTTPRequest
src/library/steam/isteamhttp.cpp:68
Method
DeleteLobbyData
src/library/steam/isteammatchmaking.cpp:156
Method
DestroyContext
src/external/imgui/imgui.cpp:3540
Method
DestroyListenSocket
src/library/steam/isteamnetworking.cpp:98
Method
DestroyPollGroup
src/library/steam/isteamnetworkingsockets.cpp:266
Method
DestroySocket
src/library/steam/isteamnetworking.cpp:92
Method
Device
src/library/inputs/udevwrappers.cpp:548
Method
Device
src/library/inputs/udevwrappers.cpp:695
Method
DisplayContents
Display placeholder contents for the Document
src/external/imgui/imgui_demo.cpp:8206
Method
DisplayContextMenu
Display context menu for the Document
src/external/imgui/imgui_demo.cpp:8223
Method
DisplayNode
src/external/imgui/imgui_demo.cpp:5110
Method
DragBehavior
src/external/imgui/imgui_widgets.cpp:2362
← previous
next →
2,301–2,400 of 6,352, ranked by callers