second commit lion review

This commit is contained in:
german77
2021-11-01 14:17:53 -06:00
committed by Narr the Reg
parent 730f078302
commit 77fa4d4bf6
28 changed files with 73 additions and 42 deletions

View File

@ -37,14 +37,8 @@ public:
*/
void TouchReleased(std::size_t finger);
/// Resets all inputs to their initial value
void ReleaseAllTouch();
private:
const PadIdentifier identifier = {
.guid = Common::UUID{Common::INVALID_UUID},
.port = 0,
.pad = 0,
};
};
} // namespace InputCommon