Qt: Implement relative mouse mode
This commit is contained in:
@ -47,7 +47,7 @@ float Controller::GetVibrationMotorStrength(u32 motor)
|
||||
|
||||
void Controller::LoadSettings(const char* section) {}
|
||||
|
||||
bool Controller::GetSoftwareCursor(const Common::RGBA8Image** image, float* image_scale)
|
||||
bool Controller::GetSoftwareCursor(const Common::RGBA8Image** image, float* image_scale, bool* relative_mode)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user