diff options
| author | 2021-11-01 14:17:53 -0600 | |
|---|---|---|
| committer | 2021-11-24 20:30:26 -0600 | |
| commit | 77fa4d4bf60526826ef8b53ee3870f7d2a761976 (patch) | |
| tree | 3c6c07d535bd912ed085be9b826103a6eabe718f /src/input_common/drivers/touch_screen.h | |
| parent | settings: Fix Debug controller type options (diff) | |
| download | yuzu-77fa4d4bf60526826ef8b53ee3870f7d2a761976.tar.gz yuzu-77fa4d4bf60526826ef8b53ee3870f7d2a761976.tar.xz yuzu-77fa4d4bf60526826ef8b53ee3870f7d2a761976.zip | |
second commit lion review
Diffstat (limited to 'src/input_common/drivers/touch_screen.h')
| -rw-r--r-- | src/input_common/drivers/touch_screen.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/input_common/drivers/touch_screen.h b/src/input_common/drivers/touch_screen.h index d297d253c..0f4cd0e7a 100644 --- a/src/input_common/drivers/touch_screen.h +++ b/src/input_common/drivers/touch_screen.h | |||
| @@ -37,14 +37,8 @@ public: | |||
| 37 | */ | 37 | */ |
| 38 | void TouchReleased(std::size_t finger); | 38 | void TouchReleased(std::size_t finger); |
| 39 | 39 | ||
| 40 | /// Resets all inputs to their initial value | ||
| 40 | void ReleaseAllTouch(); | 41 | void ReleaseAllTouch(); |
| 41 | |||
| 42 | private: | ||
| 43 | const PadIdentifier identifier = { | ||
| 44 | .guid = Common::UUID{Common::INVALID_UUID}, | ||
| 45 | .port = 0, | ||
| 46 | .pad = 0, | ||
| 47 | }; | ||
| 48 | }; | 42 | }; |
| 49 | 43 | ||
| 50 | } // namespace InputCommon | 44 | } // namespace InputCommon |