package io.github.maku77.widget;

/**
 * Software DPad event listener.
 */
public interface DPadListener {
    void onCursor(DPadEvent event);
}
