mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 13:48:02 -05:00
kraken: Address comments from review
Fix compiler bug
This commit is contained in:
@ -29,7 +29,7 @@ enum class MouseButton {
|
||||
*/
|
||||
class Mouse final : public InputCommon::InputEngine {
|
||||
public:
|
||||
explicit Mouse(const std::string input_engine_);
|
||||
explicit Mouse(const std::string& input_engine_);
|
||||
|
||||
/**
|
||||
* Signals that mouse has moved.
|
||||
|
Reference in New Issue
Block a user