feat(input): retained mode capture system

This commit is contained in:
Nova
2025-04-07 08:41:48 -07:00
committed by Nova
parent a149098044
commit fe9ae8225c
5 changed files with 43 additions and 16 deletions

View File

@@ -165,6 +165,6 @@ pub fn process_input() {
let _ = input_handler_client::input(&handler_node, &methods, &datas);
}
for method in methods {
method.internal_capture_requests.clear();
method.cull_capture_attempts();
}
}