Ignore:
Timestamp:
01/13/15 13:55:36 (9 years ago)
Author:
bln4
Message:

The remaining of the implemention of Indirect keyboard and mouse commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/indirect/keyboard/KeyboardAction.java

    r943 r944  
    55import org.expeditee.gui.FunctionKey;
    66import org.expeditee.items.Item;
     7import org.expeditee.items.Text;
    78
    89public interface KeyboardAction {
    9         public void exec(final KeyboardInfo info);
     10        public Text exec(final KeyboardInfo info, char c);
    1011
    1112        public class KeyboardInfo {
Note: See TracChangeset for help on using the changeset viewer.