Hey, i have a situation. Right now i use isKeyDown to move some actor.
The logic is i have Stage class and it have many subclasses. In Stage class contain a method (lets call it key) that contain isKeyDown commad. And in Stage subclasses i will call Key method(so it doesnt need many source code because the sc is the same among the subclasses).
The problem is i want to change isKeyDown to mousePressed trough button actor.
So when i press the button actor it will do the same task like isKeyDown. How can it work? i already use many sc but it doesnt work. Thank you :)

