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
| 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 |
| 401 | bool Steam_Controller::ShowBindingPanel( ControllerHandle_t controllerHandle ) |
| 402 | { |
| 403 | PRINT_DEBUG_TODO(); |
| 404 | return false; |
| 405 | } |
| 406 | |
| 407 | |
| 408 | // ACTION SETS |
no outgoing calls
no test coverage detected