删除 'source-code/source/plugins/TLAC/Input/DirectInput/GuState.cpp'
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
#include "GuState.h"
|
||||
|
||||
namespace TLAC::Input
|
||||
{
|
||||
GuJoystick::GuJoystick() : XAxis(0.0f), YAxis(0.0f)
|
||||
{
|
||||
return;
|
||||
};
|
||||
|
||||
GuJoystick::GuJoystick(float xAxis, float yAxis) : XAxis(xAxis), YAxis(yAxis)
|
||||
{
|
||||
return;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user