int rumble(int lowFrequencyRumble, int highFrequencyRumble, int durationMs) { // 1254 return sdlGameControllerRumble( this, lowFrequencyRumble, highFrequencyRumble, durationMs); }