MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / SetInputMode

Function SetInputMode

deps/SDL2/src/joystick/hidapi/SDL_hidapi_switch.c:495–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 1

WriteSubcommandFunction · 0.85

Tested by

no test coverage detected