add another missing method

This commit is contained in:
artdeell
2021-01-03 19:37:08 +03:00
parent 13957d0ffb
commit ddb68b6c41

View File

@@ -28,6 +28,7 @@ public static int getControllerCount() {
public static void destroy() {
}
public static void clearEvents() {}
public static Controller getEventSource() {
return ctrlr;
}