mouseDragged event
This commit is contained in:
@@ -107,6 +107,11 @@ public abstract class BaseOpsuState implements OpsuState, EventListener<Resoluti
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean mouseDragged(int oldx, int oldy, int newx, int newy) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void writeErrorDump(StringWriter dump) {
|
||||
dump.append("> BaseOpsuState dump\n");
|
||||
|
||||
Reference in New Issue
Block a user