mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove unused AccumulateMouseDeltas function on Windows
This commit is contained in:
parent
60402909f8
commit
446ac51be2
1 changed files with 0 additions and 7 deletions
|
@ -29,13 +29,6 @@ public:
|
|||
void Init();
|
||||
void PollControllers();
|
||||
|
||||
void AccumulateMouseDeltas(float dx, float dy, float *outX, float *outY) {
|
||||
mouseDeltaX_ += dx;
|
||||
mouseDeltaY_ += dy;
|
||||
*outX = mouseDeltaX_;
|
||||
*outY = mouseDeltaX_;
|
||||
}
|
||||
|
||||
private:
|
||||
size_t numDinputDevices_ = 0;
|
||||
std::list<std::unique_ptr<InputDevice>> input;
|
||||
|
|
Loading…
Add table
Reference in a new issue