MCPcopy Create free account
hub / github.com/Detanup01/gbe_fork / ShowBindingPanel

Method ShowBindingPanel

dll/steam_controller.cpp:401–405  ·  view source on GitHub ↗

Invokes the Steam overlay and brings up the binding screen Returns false is overlay is disabled / unavailable, or the user is not in Big Picture mode

Source from the content-addressed store, hash-verified

399// Invokes the Steam overlay and brings up the binding screen
400// Returns false is overlay is disabled / unavailable, or the user is not in Big Picture mode
401bool Steam_Controller::ShowBindingPanel( ControllerHandle_t controllerHandle )
402{
403 PRINT_DEBUG_TODO();
404 return false;
405}
406
407
408// ACTION SETS

Calls

no outgoing calls

Tested by

no test coverage detected