| 493 | |
| 494 | } |
| 495 | static SDL_bool SetInputMode(SDL_DriverSwitch_Context *ctx, Uint8 input_mode) |
| 496 | { |
| 497 | return WriteSubcommand(ctx, k_eSwitchSubcommandIDs_SetInputReportMode, &input_mode, 1, NULL); |
| 498 | } |
| 499 | |
| 500 | static SDL_bool SetHomeLED(SDL_DriverSwitch_Context *ctx, Uint8 brightness) |
| 501 | { |
no test coverage detected