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
AddFontDefault
Load embedded ProggyClean.ttf at size 13, disable oversampling
src/external/imgui/imgui_draw.cpp:2220
Method
AddFontFromFileTTF
src/external/imgui/imgui_draw.cpp:2241
Method
AddFontFromMemoryCompressedBase85TTF
src/external/imgui/imgui_draw.cpp:2289
Method
AddFontFromMemoryTTF
NB: Transfer ownership of 'ttf_data' to ImFontAtlas, unless font_cfg_template->FontDataOwnedByAtlas == false. Owned TTF buffer will be deleted after B
src/external/imgui/imgui_draw.cpp:2263
Method
AddImageQuad
src/external/imgui/imgui_draw.cpp:1661
Method
AddImageRounded
src/external/imgui/imgui_draw.cpp:1677
Method
AddInputCharacterUTF16
UTF16 strings use surrogate pairs to encode codepoints >= 0x10000, so we should save the high surrogate.
src/external/imgui/imgui.cpp:1350
Method
AddItemKeyValueTag
src/library/steam/isteamugc.cpp:349
Method
AddItemPreviewFile
src/library/steam/isteamugc.cpp:355
Method
AddItemPreviewVideo
src/library/steam/isteamugc.cpp:361
Method
AddItemToFavorites
src/library/steam/isteamugc.cpp:414
Method
AddKeyAnalogEvent
Queue a new key down/up event. - ImGuiKey key: Translated key (as in, generally ImGuiKey_A matches the key end-user would use to emit an 'A' cha
src/external/imgui/imgui.cpp:1460
Method
AddRanges
src/external/imgui/imgui_draw.cpp:3223
Method
AddRemapChar
src/external/imgui/imgui_draw.cpp:3453
Method
AddRequestLobbyListCompatibleMembersFilter
src/library/steam/isteammatchmaking.cpp:86
Method
AddRequestLobbyListDistanceFilter
src/library/steam/isteammatchmaking.cpp:76
Method
AddRequestLobbyListFilterSlotsAvailable
src/library/steam/isteammatchmaking.cpp:71
Method
AddRequestLobbyListNearValueFilter
src/library/steam/isteammatchmaking.cpp:66
Method
AddRequestLobbyListNumericalFilter
src/library/steam/isteammatchmaking.cpp:61
Method
AddRequestLobbyListResultCountFilter
src/library/steam/isteammatchmaking.cpp:81
Method
AddRequestLobbyListStringFilter
src/library/steam/isteammatchmaking.cpp:56
Method
AddRequiredKeyValueTag
src/library/steam/isteamugc.cpp:271
Method
AddRequiredTag
src/library/steam/isteamugc.cpp:174
Method
AddScreenshotToLibrary
src/library/steam/isteamscreenshots.cpp:32
Method
AddSettingsHandler
src/external/imgui/imgui.cpp:13173
Method
AddVRScreenshotToLibrary
src/library/steam/isteamscreenshots.cpp:72
Method
AlignTextToFramePadding
src/external/imgui/imgui_widgets.cpp:1371
Method
AllInputs
src/shared/inputs/AllInputs.cpp:29
Method
AllInputs
src/shared/inputs/AllInputs.h:40
Method
AllocateMessage
src/library/steam/isteamnetworkingutils.cpp:26
Method
AllowP2PPacketRelay
src/library/steam/isteamnetworking.cpp:68
Method
AnalogInputsModel
src/program/ui/AnalogInputsModel.cpp:37
Method
AnalogInputsWindow
src/program/ui/AnalogInputsWindow.cpp:29
Function
Annotation
src/external/imgui/implot.cpp:3799
Method
AnnotationsWindow
src/program/ui/AnnotationsWindow.cpp:28
Function
AnyAxesInputLocked
Returns true if any enabled axis is locked from user input.
src/external/imgui/implot_internal.h:1343
Method
ArrowButton
src/external/imgui/imgui_widgets.cpp:793
Method
ArrowButtonEx
src/external/imgui/imgui_widgets.cpp:765
Method
AspectRatio
Helper functions to demonstrate programmatic constraints FIXME: This doesn't take account of decoration size (e.g. title bar), library should make thi
src/external/imgui/imgui_demo.cpp:7683
Method
AssociateWithClan
src/library/steam/isteamgameserver.cpp:252
Method
AudioBuffer
src/library/audio/AudioBuffer.cpp:28
Method
AudioContext
src/library/audio/AudioContext.cpp:82
Method
AudioConverterSwr
src/library/audio/AudioConverterSwr.cpp:60
Method
AudioPane
src/program/ui/settings/AudioPane.cpp:35
Method
AudioSource
src/library/audio/AudioSource.cpp:54
Method
BGetDLCDataByIndex
src/library/steam/isteamapps.cpp:94
Method
BIsAppInstalled
src/library/steam/isteamapps.cpp:159
Method
BIsCybercafe
src/library/steam/isteamapps.cpp:40
Method
BIsDlcInstalled
src/library/steam/isteamapps.cpp:70
Method
BIsLowViolence
src/library/steam/isteamapps.cpp:34
Method
BIsSubscribed
src/library/steam/isteamapps.cpp:28
Method
BIsSubscribedApp
src/library/steam/isteamapps.cpp:64
Method
BIsSubscribedFromFreeWeekend
src/library/steam/isteamapps.cpp:82
Method
BIsVACBanned
src/library/steam/isteamapps.cpp:46
Method
BLoggedOn
src/library/steam/isteamgameserver.cpp:67
Method
BNewDataAvailable
src/library/steam/isteaminput.cpp:55
Method
BOverlayNeedsPresent
src/library/steam/isteamutils.cpp:136
Method
BSecure
src/library/steam/isteamgameserver.cpp:73
Method
BUpdateUserData
src/library/steam/isteamgameserver.cpp:168
Method
BWaitForData
src/library/steam/isteaminput.cpp:49
Method
BalloonTip
src/program/ui/settings/tooltip/BalloonTip.cpp:68
Method
Begin
src/external/imgui/implot_internal.h:927
Function
BeginAlignedPlots
src/external/imgui/implot.cpp:4345
Method
BeginAsyncRequestFakeIP
src/library/steam/isteamnetworkingsockets.cpp:383
Method
BeginAuthSession
src/library/steam/isteamgameserver.cpp:180
Method
BeginChild
Prior to v1.90 2023/10/16, the BeginChild() function took a 'bool border = false' parameter instead of 'ImGuiChildFlags child_flags = 0'. ImGuiChildFl
src/external/imgui/imgui.cpp:5398
Method
BeginChildEx
src/external/imgui/imgui.cpp:5409
Function
BeginChildFrame
OBSOLETED in 1.90.0 (from September 2023)
src/external/imgui/imgui.h:3166
Method
BeginColumns
src/external/imgui/imgui_tables.cpp:4110
Method
BeginCombo
src/external/imgui/imgui_widgets.cpp:1663
Method
BeginComboPopup
src/external/imgui/imgui_widgets.cpp:1741
Method
BeginComboPreview
Call directly after the BeginCombo/EndCombo block. The preview is designed to only host non-interactive elements (Experimental, see GitHub issues: #16
src/external/imgui/imgui_widgets.cpp:1812
Method
BeginDisabled
BeginDisabled()/EndDisabled() - Those can be nested but it cannot be used to enable an already disabled section (a single BeginDisabled(true) in the s
src/external/imgui/imgui.cpp:7312
Method
BeginDragDropSource
When this returns true you need to: a) call SetDragDropPayload() exactly once, b) you may render the payload visual/description, c) call EndDragDropSo
src/external/imgui/imgui.cpp:12556
Function
BeginDragDropSourceAxis
src/external/imgui/implot.cpp:4315
Function
BeginDragDropSourceItem
src/external/imgui/implot.cpp:4324
Function
BeginDragDropSourcePlot
src/external/imgui/implot.cpp:4306
Method
BeginDragDropTarget
We don't use BeginDragDropTargetCustom() and duplicate its code because: 1) we use LastItemData's ImGuiItemStatusFlags_HoveredRect which handles items
src/external/imgui/imgui.cpp:12756
Function
BeginDragDropTargetAxis
src/external/imgui/implot.cpp:4285
Method
BeginDragDropTargetCustom
src/external/imgui/imgui.cpp:12728
Function
BeginDragDropTargetLegend
src/external/imgui/implot.cpp:4294
Function
BeginDragDropTargetPlot
src/external/imgui/implot.cpp:4278
Method
BeginGroup
Lock horizontal starting position + capture group bounding box into one "item" (so you can use IsItemHovered() or layout primitives such as SameLine()
src/external/imgui/imgui.cpp:9997
Method
BeginItemTooltip
src/external/imgui/imgui.cpp:10343
Function
BeginLegendPopup
src/external/imgui/implot.cpp:4217
Method
BeginListBox
This is essentially a thin wrapper to using BeginChild/EndChild with the ImGuiChildFlags_FrameStyle flag for stylistic changes + displaying a label. T
src/external/imgui/imgui_widgets.cpp:6875
Method
BeginMainMenuBar
src/external/imgui/imgui_widgets.cpp:7355
Method
BeginMenu
src/external/imgui/imgui_widgets.cpp:7613
Method
BeginMenuBar
FIXME: Provided a rectangle perhaps e.g. a BeginMenuBarEx() could be used anywhere.. Currently the main responsibility of this function being to setup
src/external/imgui/imgui_widgets.cpp:7240
Method
BeginMenuEx
src/external/imgui/imgui_widgets.cpp:7413
Method
BeginPopup
src/external/imgui/imgui.cpp:10697
Method
BeginPopupContextItem
This is a helper to handle the simplest case of associating one named popup to one given widget. - To create a popup associated to the last item, you
src/external/imgui/imgui.cpp:10798
Method
BeginPopupContextVoid
src/external/imgui/imgui.cpp:10826
Method
BeginPopupContextWindow
src/external/imgui/imgui.cpp:10812
Method
BeginPopupEx
Attention! BeginPopup() adds default flags which BeginPopupEx()!
src/external/imgui/imgui.cpp:10674
Method
BeginPopupModal
If 'p_open' is specified for a modal popup window, the popup will have a regular close button which will close the popup. Note that popup visibility s
src/external/imgui/imgui.cpp:10714
Function
BeginSubplots
src/external/imgui/implot.cpp:3337
Method
BeginTabBar
src/external/imgui/imgui_widgets.cpp:7817
Method
BeginTabBarEx
src/external/imgui/imgui_widgets.cpp:7833
Method
BeginTabItem
src/external/imgui/imgui_widgets.cpp:8506
← previous
next →
2,101–2,200 of 6,352, ranked by callers