Files
xash3d-fwgs/engine/platform/sdl1/joy_sdl1.c

37 lines
823 B
C

/*
joy_sdl1.c - SDL gamepads
Copyright (C) 2018-2025 a1batross
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
#include "platform.h"
void Platform_CalibrateGamepadGyro( void )
{
}
void Platform_Vibrate2( float time, int val1, int val2, uint flags )
{
}
void Platform_Vibrate( float time, char flags )
{
}
int Platform_JoyInit( void )
{
return 0;
}
void Platform_JoyShutdown( void )
{
}