feat(windows64): SelectBackSwapped
This commit is contained in:
@@ -119,6 +119,16 @@ bool C_4JInput::IsPadConnected(int iPad)
|
||||
return InternalInputManager.IsPadConnected(iPad);
|
||||
}
|
||||
|
||||
void C_4JInput::SetSelectBackSwapped(bool swapped)
|
||||
{
|
||||
InternalInputManager.SetSelectBackSwapped(swapped);
|
||||
}
|
||||
|
||||
bool C_4JInput::IsSelectBackSwapped()
|
||||
{
|
||||
return InternalInputManager.IsSelectBackSwapped();
|
||||
}
|
||||
|
||||
float C_4JInput::GetJoypadStick_LX(int iPad, bool bCheckMenuDisplay)
|
||||
{
|
||||
return InternalInputManager.GetJoypadStick_LX(iPad, bCheckMenuDisplay);
|
||||
|
||||
Reference in New Issue
Block a user