MCPcopy Create free account

hub / github.com/clementgallet/libTAS / functions

Functions6,352 in github.com/clementgallet/libTAS

MethodAddFontDefault
Load embedded ProggyClean.ttf at size 13, disable oversampling
src/external/imgui/imgui_draw.cpp:2220
MethodAddFontFromFileTTF
src/external/imgui/imgui_draw.cpp:2241
MethodAddFontFromMemoryCompressedBase85TTF
src/external/imgui/imgui_draw.cpp:2289
MethodAddFontFromMemoryTTF
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
MethodAddImageQuad
src/external/imgui/imgui_draw.cpp:1661
MethodAddImageRounded
src/external/imgui/imgui_draw.cpp:1677
MethodAddInputCharacterUTF16
UTF16 strings use surrogate pairs to encode codepoints >= 0x10000, so we should save the high surrogate.
src/external/imgui/imgui.cpp:1350
MethodAddItemKeyValueTag
src/library/steam/isteamugc.cpp:349
MethodAddItemPreviewFile
src/library/steam/isteamugc.cpp:355
MethodAddItemPreviewVideo
src/library/steam/isteamugc.cpp:361
MethodAddItemToFavorites
src/library/steam/isteamugc.cpp:414
MethodAddKeyAnalogEvent
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
MethodAddRanges
src/external/imgui/imgui_draw.cpp:3223
MethodAddRemapChar
src/external/imgui/imgui_draw.cpp:3453
MethodAddRequestLobbyListCompatibleMembersFilter
src/library/steam/isteammatchmaking.cpp:86
MethodAddRequestLobbyListDistanceFilter
src/library/steam/isteammatchmaking.cpp:76
MethodAddRequestLobbyListFilterSlotsAvailable
src/library/steam/isteammatchmaking.cpp:71
MethodAddRequestLobbyListNearValueFilter
src/library/steam/isteammatchmaking.cpp:66
MethodAddRequestLobbyListNumericalFilter
src/library/steam/isteammatchmaking.cpp:61
MethodAddRequestLobbyListResultCountFilter
src/library/steam/isteammatchmaking.cpp:81
MethodAddRequestLobbyListStringFilter
src/library/steam/isteammatchmaking.cpp:56
MethodAddRequiredKeyValueTag
src/library/steam/isteamugc.cpp:271
MethodAddRequiredTag
src/library/steam/isteamugc.cpp:174
MethodAddScreenshotToLibrary
src/library/steam/isteamscreenshots.cpp:32
MethodAddSettingsHandler
src/external/imgui/imgui.cpp:13173
MethodAddVRScreenshotToLibrary
src/library/steam/isteamscreenshots.cpp:72
MethodAlignTextToFramePadding
src/external/imgui/imgui_widgets.cpp:1371
MethodAllInputs
src/shared/inputs/AllInputs.cpp:29
MethodAllInputs
src/shared/inputs/AllInputs.h:40
MethodAllocateMessage
src/library/steam/isteamnetworkingutils.cpp:26
MethodAllowP2PPacketRelay
src/library/steam/isteamnetworking.cpp:68
MethodAnalogInputsModel
src/program/ui/AnalogInputsModel.cpp:37
MethodAnalogInputsWindow
src/program/ui/AnalogInputsWindow.cpp:29
FunctionAnnotation
src/external/imgui/implot.cpp:3799
MethodAnnotationsWindow
src/program/ui/AnnotationsWindow.cpp:28
FunctionAnyAxesInputLocked
Returns true if any enabled axis is locked from user input.
src/external/imgui/implot_internal.h:1343
MethodArrowButton
src/external/imgui/imgui_widgets.cpp:793
MethodArrowButtonEx
src/external/imgui/imgui_widgets.cpp:765
MethodAspectRatio
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
MethodAssociateWithClan
src/library/steam/isteamgameserver.cpp:252
MethodAudioBuffer
src/library/audio/AudioBuffer.cpp:28
MethodAudioContext
src/library/audio/AudioContext.cpp:82
MethodAudioConverterSwr
src/library/audio/AudioConverterSwr.cpp:60
MethodAudioPane
src/program/ui/settings/AudioPane.cpp:35
MethodAudioSource
src/library/audio/AudioSource.cpp:54
MethodBGetDLCDataByIndex
src/library/steam/isteamapps.cpp:94
MethodBIsAppInstalled
src/library/steam/isteamapps.cpp:159
MethodBIsCybercafe
src/library/steam/isteamapps.cpp:40
MethodBIsDlcInstalled
src/library/steam/isteamapps.cpp:70
MethodBIsLowViolence
src/library/steam/isteamapps.cpp:34
MethodBIsSubscribed
src/library/steam/isteamapps.cpp:28
MethodBIsSubscribedApp
src/library/steam/isteamapps.cpp:64
MethodBIsSubscribedFromFreeWeekend
src/library/steam/isteamapps.cpp:82
MethodBIsVACBanned
src/library/steam/isteamapps.cpp:46
MethodBLoggedOn
src/library/steam/isteamgameserver.cpp:67
MethodBNewDataAvailable
src/library/steam/isteaminput.cpp:55
MethodBOverlayNeedsPresent
src/library/steam/isteamutils.cpp:136
MethodBSecure
src/library/steam/isteamgameserver.cpp:73
MethodBUpdateUserData
src/library/steam/isteamgameserver.cpp:168
MethodBWaitForData
src/library/steam/isteaminput.cpp:49
MethodBalloonTip
src/program/ui/settings/tooltip/BalloonTip.cpp:68
MethodBegin
src/external/imgui/implot_internal.h:927
FunctionBeginAlignedPlots
src/external/imgui/implot.cpp:4345
MethodBeginAsyncRequestFakeIP
src/library/steam/isteamnetworkingsockets.cpp:383
MethodBeginAuthSession
src/library/steam/isteamgameserver.cpp:180
MethodBeginChild
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
MethodBeginChildEx
src/external/imgui/imgui.cpp:5409
FunctionBeginChildFrame
OBSOLETED in 1.90.0 (from September 2023)
src/external/imgui/imgui.h:3166
MethodBeginColumns
src/external/imgui/imgui_tables.cpp:4110
MethodBeginCombo
src/external/imgui/imgui_widgets.cpp:1663
MethodBeginComboPopup
src/external/imgui/imgui_widgets.cpp:1741
MethodBeginComboPreview
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
MethodBeginDisabled
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
MethodBeginDragDropSource
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
FunctionBeginDragDropSourceAxis
src/external/imgui/implot.cpp:4315
FunctionBeginDragDropSourceItem
src/external/imgui/implot.cpp:4324
FunctionBeginDragDropSourcePlot
src/external/imgui/implot.cpp:4306
MethodBeginDragDropTarget
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
FunctionBeginDragDropTargetAxis
src/external/imgui/implot.cpp:4285
MethodBeginDragDropTargetCustom
src/external/imgui/imgui.cpp:12728
FunctionBeginDragDropTargetLegend
src/external/imgui/implot.cpp:4294
FunctionBeginDragDropTargetPlot
src/external/imgui/implot.cpp:4278
MethodBeginGroup
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
MethodBeginItemTooltip
src/external/imgui/imgui.cpp:10343
FunctionBeginLegendPopup
src/external/imgui/implot.cpp:4217
MethodBeginListBox
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
MethodBeginMainMenuBar
src/external/imgui/imgui_widgets.cpp:7355
MethodBeginMenu
src/external/imgui/imgui_widgets.cpp:7613
MethodBeginMenuBar
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
MethodBeginMenuEx
src/external/imgui/imgui_widgets.cpp:7413
MethodBeginPopup
src/external/imgui/imgui.cpp:10697
MethodBeginPopupContextItem
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
MethodBeginPopupContextVoid
src/external/imgui/imgui.cpp:10826
MethodBeginPopupContextWindow
src/external/imgui/imgui.cpp:10812
MethodBeginPopupEx
Attention! BeginPopup() adds default flags which BeginPopupEx()!
src/external/imgui/imgui.cpp:10674
MethodBeginPopupModal
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
FunctionBeginSubplots
src/external/imgui/implot.cpp:3337
MethodBeginTabBar
src/external/imgui/imgui_widgets.cpp:7817
MethodBeginTabBarEx
src/external/imgui/imgui_widgets.cpp:7833
MethodBeginTabItem
src/external/imgui/imgui_widgets.cpp:8506
← previousnext →2,101–2,200 of 6,352, ranked by callers