Files
tustu/app/ao/CollectionUtils.java
2026-01-11 20:30:56 +00:00

22 lines
515 B
Java

package ao;
import java.awt.KeyEventDispatcher;
import java.awt.event.KeyEvent;
class ec implements KeyEventDispatcher {
ec(cd paramcd) {}
public boolean dispatchKeyEvent(KeyEvent paramKeyEvent) {
if (paramKeyEvent.getID() == 401 && paramKeyEvent.getKeyCode() == 112) {
this.a.u();
return true;
}
return false;
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ao/ec.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/