mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-05-30 00:47:23 -04:00
disable cursor movement threshold when controller is the primary input (#14)
This commit is contained in:
@@ -191,6 +191,10 @@ void recomp::set_cont_or_kb(bool cont_interacted) {
|
||||
}
|
||||
}
|
||||
|
||||
bool recomp::get_cont_active() {
|
||||
return cont_active;
|
||||
}
|
||||
|
||||
void close_config_menu_impl() {
|
||||
recomp::save_config();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user