1
0
forked from Clones/Controlify
This commit is contained in:
isXander
2023-03-26 19:56:23 +01:00
parent dc43657b95
commit c4fa5cbed3
9 changed files with 104 additions and 15 deletions

View File

@ -35,7 +35,7 @@ public class ScreenProcessor<T extends Screen> {
handleComponentNavigation(controller);
handleButtons(controller);
} else {
handleVMouseNavigation(controller);
handleScreenVMouse(controller);
}
handleTabNavigation(controller);
@ -111,7 +111,7 @@ public class ScreenProcessor<T extends Screen> {
}
}
protected void handleVMouseNavigation(Controller<?, ?> controller) {
protected void handleScreenVMouse(Controller<?, ?> controller) {
}