Show Keystroke.java syntax highlighted
package persister;
public interface Keystroke extends MouseMove {
public void setKeystroke(char c);
public char getKeystroke();
public boolean sendKeyOut();
public void setSendKeyOut(boolean sendKeyOut);
}
See more files for this project here