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
↓ 1 callers
Function
SDL_JoystickNumBalls
Override */
src/library/inputs/sdljoystick.cpp:298
↓ 1 callers
Function
SDL_JoystickNumButtons
Override */
src/library/inputs/sdljoystick.cpp:306
↓ 1 callers
Function
SDL_JoystickNumHats
Override */
src/library/inputs/sdljoystick.cpp:314
↓ 1 callers
Function
SDL_JoystickOpen
Override */
src/library/inputs/sdljoystick.cpp:105
↓ 1 callers
Function
SDL_JoystickUpdate
Override */
src/library/inputs/sdljoystick.cpp:322
↓ 1 callers
Function
SDL_LockAudioDevice
Override */
src/library/audio/sdl/sdlaudio.cpp:510
↓ 1 callers
Function
SDL_NumJoysticks
Override */
src/library/inputs/sdljoystick.cpp:59
↓ 1 callers
Function
SDL_PauseAudioDevice
Override */
src/library/audio/sdl/sdlaudio.cpp:378
↓ 1 callers
Function
SDL_RenderGetScale
src/library/sdl/sdlrender.cpp:146
↓ 1 callers
Function
SDL_RenderGetViewport
src/library/sdl/sdlrender.cpp:132
↓ 1 callers
Function
SDL_SetCursor
src/library/inputs/sdlpointer.cpp:213
↓ 1 callers
Function
SDL_SetTextInputRect
src/library/inputs/sdltextinput.cpp:47
↓ 1 callers
Function
SDL_SetWindowResizable
Override */
src/library/sdl/sdlwindows.cpp:355
↓ 1 callers
Function
SDL_SetWindowTitle
Override */
src/library/sdl/sdlwindows.cpp:310
↓ 1 callers
Function
SDL_UnlockAudioDevice
Override */
src/library/audio/sdl/sdlaudio.cpp:524
↓ 1 callers
Function
SDL_UpdateRect
Override */
src/library/sdl/sdlwindows.cpp:546
↓ 1 callers
Function
SDL_UpdateWindowSurface
Override */
src/library/sdl/sdlwindows.cpp:607
↓ 1 callers
Function
SDL_WasInit
src/library/sdl/sdlmain.cpp:125
↓ 1 callers
Function
STB_TEXTEDIT_KEYTOTEXT
src/external/imgui/imgui_widgets.cpp:3707
↓ 1 callers
Function
STB_TEXTEDIT_MOVEWORDRIGHT_WIN
src/external/imgui/imgui_widgets.cpp:3752
↓ 1 callers
Function
SampleColormapU32
src/external/imgui/implot.cpp:4576
↓ 1 callers
Method
SetArenaBasePtr
src/external/imgui/imgui_internal.h:654
↓ 1 callers
Method
SetAxisLabel
src/external/imgui/implot_internal.h:1104
↓ 1 callers
Function
SetBit
src/external/imgui/imgui_internal.h:605
↓ 1 callers
Method
SetCircleTessellationMaxError
src/external/imgui/imgui_draw.cpp:370
↓ 1 callers
Method
SetKeyColor
src/external/imgui/implot_internal.h:406
↓ 1 callers
Method
SetKeyEventNativeData
[Optional] Call after AddKeyEvent(). Specify native keycode, scancode + Specify index for legacy <1.87 IsKeyXXX() functions with native indices. If yo
src/external/imgui/imgui.cpp:1511
↓ 1 callers
Function
SetNextAxisToFit
src/external/imgui/implot.cpp:2352
↓ 1 callers
Method
SetTitle
src/external/imgui/implot_internal.h:1073
↓ 1 callers
Method
SetToContextState
Save current stack sizes for later compare
src/external/imgui/imgui.cpp:9539
↓ 1 callers
Method
SetVoidPtr
src/external/imgui/imgui.cpp:2523
↓ 1 callers
Function
SetupAxisScale
src/external/imgui/implot.cpp:2219
↓ 1 callers
Function
SetupFinish
src/external/imgui/implot.cpp:2466
↓ 1 callers
Function
ShowDemoWindowColumns
Demonstrate old/legacy Columns API! [2020: Columns are under-featured and not maintained. Prefer using the more flexible and powerful BeginTable() API
src/external/imgui/imgui_demo.cpp:5866
↓ 1 callers
Function
ShowDemoWindowInputs
src/external/imgui/imgui_demo.cpp:6070
↓ 1 callers
Function
ShowDemoWindowLayout
src/external/imgui/imgui_demo.cpp:2708
↓ 1 callers
Function
ShowDemoWindowPopups
src/external/imgui/imgui_demo.cpp:3564
↓ 1 callers
Function
ShowDemoWindowTables
src/external/imgui/imgui_demo.cpp:4022
↓ 1 callers
Function
ShowDemoWindowWidgets
src/external/imgui/imgui_demo.cpp:574
↓ 1 callers
Function
ShowExampleAppAutoResize
Demonstrate creating a window which gets auto-resized according to its content.
src/external/imgui/imgui_demo.cpp:7650
↓ 1 callers
Function
ShowExampleAppConsole
src/external/imgui/imgui_demo.cpp:7262
↓ 1 callers
Function
ShowExampleAppConstrainedResize
Demonstrate creating a window with custom resize constraints. Note that size constraints currently don't work on a docked window (when in 'docking' br
src/external/imgui/imgui_demo.cpp:7676
↓ 1 callers
Function
ShowExampleAppCustomRendering
Demonstrate using the low-level ImDrawList to draw custom shapes.
src/external/imgui/imgui_demo.cpp:7902
↓ 1 callers
Function
ShowExampleAppDocuments
src/external/imgui/imgui_demo.cpp:8271
↓ 1 callers
Function
ShowExampleAppFullscreen
Demonstrate creating a window covering the entire screen/viewport
src/external/imgui/imgui_demo.cpp:7830
↓ 1 callers
Function
ShowExampleAppLayout
Demonstrate create a window with multiple child windows.
src/external/imgui/imgui_demo.cpp:7435
↓ 1 callers
Function
ShowExampleAppLog
Demonstrate creating a simple log window with basic filtering.
src/external/imgui/imgui_demo.cpp:7400
↓ 1 callers
Function
ShowExampleAppLongText
Demonstrate/test rendering huge amount of text, and the incidence of clipping.
src/external/imgui/imgui_demo.cpp:7587
↓ 1 callers
Function
ShowExampleAppMainMenuBar
Demonstrate creating a "main" fullscreen menu bar and populating it. Note the difference between BeginMainMenuBar() and BeginMenuBar(): - BeginMenuBar
src/external/imgui/imgui_demo.cpp:6800
↓ 1 callers
Function
ShowExampleAppPropertyEditor
Demonstrate create a simple property editor. This demo is a bit lackluster nowadays, would be nice to improve.
src/external/imgui/imgui_demo.cpp:7550
↓ 1 callers
Function
ShowExampleAppSimpleOverlay
Demonstrate creating a simple static window with no decoration + a context-menu to choose which corner of the screen to use.
src/external/imgui/imgui_demo.cpp:7775
↓ 1 callers
Function
ShowExampleAppWindowTitles
Demonstrate the use of "##" and "###" in identifiers to manipulate ID generation. This applies to all regular items as well. Read FAQ section "How can
src/external/imgui/imgui_demo.cpp:7868
↓ 1 callers
Function
ShowMetricsWindow
src/external/imgui/implot.cpp:5227
↓ 1 callers
Function
ShowPlaceholderObject
src/external/imgui/imgui_demo.cpp:7501
↓ 1 callers
Function
ShowPlotContextMenu
src/external/imgui/implot.cpp:1515
↓ 1 callers
Function
ShowSubplotsContextMenu
src/external/imgui/implot.cpp:1488
↓ 1 callers
Function
ShowTableColumnsStatusFlags
src/external/imgui/imgui_demo.cpp:4014
↓ 1 callers
Function
ShowTicksMetrics
src/external/imgui/implot.cpp:5195
↓ 1 callers
Function
ShowUserGuide
src/external/imgui/implot.cpp:5169
↓ 1 callers
Function
SteamClient_generic
src/library/steam/isteamclient/isteamclient.cpp:44
↓ 1 callers
Function
SteamController
src/library/steam/steamapi.cpp:489
↓ 1 callers
Function
SteamFriends
src/library/steam/steamapi.cpp:525
↓ 1 callers
Function
SteamGameServer
src/library/steam/steamgameserver.cpp:117
↓ 1 callers
Function
SteamHTTP
src/library/steam/steamapi.cpp:597
↓ 1 callers
Function
SteamInput
src/library/steam/steamapi.cpp:722
↓ 1 callers
Function
SteamMatchmaking
src/library/steam/steamapi.cpp:561
↓ 1 callers
Function
SteamMatchmakingServers
src/library/steam/steamapi.cpp:585
↓ 1 callers
Function
SteamNetworking
src/library/steam/steamapi.cpp:573
↓ 1 callers
Function
SteamRemoteStorage
src/library/steam/isteamremotestorage/isteamremotestorage.cpp:112
↓ 1 callers
Function
SteamRemoteStorage_generic
src/library/steam/isteamremotestorage/isteamremotestorage.cpp:58
↓ 1 callers
Function
SteamRemoteStorage_set_version
src/library/steam/isteamremotestorage/isteamremotestorage.cpp:104
↓ 1 callers
Function
SteamScreenshots
src/library/steam/steamapi.cpp:537
↓ 1 callers
Function
SteamSetRemoteStorageFolder
src/library/steam/isteamremotestorage/isteamremotestorage.cpp:51
↓ 1 callers
Function
SteamSetUserDataFolder
src/library/steam/isteamuser/isteamuser.cpp:44
↓ 1 callers
Function
SteamUser
src/library/steam/isteamuser/isteamuser.cpp:97
↓ 1 callers
Function
SteamUserStats
src/library/steam/isteamuserstats/isteamuserstats.cpp:100
↓ 1 callers
Function
SteamUserStats_generic
src/library/steam/isteamuserstats/isteamuserstats.cpp:50
↓ 1 callers
Function
SteamUserStats_set_version
src/library/steam/isteamuserstats/isteamuserstats.cpp:92
↓ 1 callers
Function
SteamUser_generic
src/library/steam/isteamuser/isteamuser.cpp:51
↓ 1 callers
Function
SteamUser_set_version
src/library/steam/isteamuser/isteamuser.cpp:89
↓ 1 callers
Function
SteamUtils
src/library/steam/steamapi.cpp:501
↓ 1 callers
Function
SubplotNextCell
src/external/imgui/implot.cpp:3331
↓ 1 callers
Function
TableFixFlags
Helper
src/external/imgui/imgui_tables.cpp:262
↓ 1 callers
Function
TableGetInstanceID
src/external/imgui/imgui_internal.h:3227
↓ 1 callers
Function
TimeLabelSame
src/external/imgui/implot.cpp:1163
↓ 1 callers
Function
U2K_AsyncReadManagerThreaded_SyncRequest
src/library/UnityHacks.cpp:1238
↓ 1 callers
Function
U5_AsyncReadManagerThreaded_WaitDone
src/library/UnityHacks.cpp:1189
↓ 1 callers
Function
U6_SyncReadRequest
src/library/UnityHacks.cpp:1358
↓ 1 callers
Function
UnpackBitVectorToFlatIndexList
src/external/imgui/imgui_draw.cpp:2431
↓ 1 callers
Function
UpdateInput
src/external/imgui/implot.cpp:1828
↓ 1 callers
Function
UpdateWindowInFocusOrderList
src/external/imgui/imgui.cpp:5584
↓ 1 callers
Method
UpdateWorkRect
src/external/imgui/imgui_internal.h:1697
↓ 1 callers
Function
VKeyToXKeysym
src/library/inputs/winekeyboardlayout.cpp:64
↓ 1 callers
Function
XDefineCursor
Override */
src/library/inputs/xpointer.cpp:138
↓ 1 callers
Function
XFilterEvent
src/library/xlib/xevents.cpp:598
↓ 1 callers
Function
XFreeEventData
src/library/xlib/xevents.cpp:674
↓ 1 callers
Function
XGetEventData
src/library/xlib/xevents.cpp:650
↓ 1 callers
Function
XGetInputFocus
Override */
src/library/inputs/xkeyboard.cpp:80
↓ 1 callers
Function
XGetWindowProperty
src/library/xlib/xwindows.cpp:293
↓ 1 callers
Function
XIGetSelectedEvents
src/library/inputs/xinput.cpp:73
← previous
next →
1,501–1,600 of 6,352, ranked by callers