refactor(items): codegen prototocol

This commit is contained in:
Nova
2024-05-30 00:34:29 -04:00
parent eda50b7d51
commit 5f9d9d4714
12 changed files with 432 additions and 591 deletions

View File

@@ -307,7 +307,7 @@ impl SeatWrapper {
},
);
}
pub fn reset_touches(&self) {
pub fn reset_input(&self) {
for id in self.touches.lock().keys() {
self.touch_up(*id)
}