Ignore:
Timestamp:
09/01/14 15:12:45 (10 years ago)
Author:
dmay
Message:

rudimentary keyboard support: typing works but no key modifiers possible yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-misc/src/main/java/de/ugoe/cs/autoquest/keyboardmaps/VirtualKey.java

    r927 r1701  
    289289    /** 
    290290     * <p> 
     291     * Returns the keyCode of the virtual key. 
     292     * </p> 
     293     *  
     294     * @return the keyCode. 
     295     */ 
     296    public int getVirtualKeyCode() { 
     297        return virtualKeyCode; 
     298    } 
     299 
     300    /** 
     301     * <p> 
    291302     * Returns whether the key is a combination key (e.g., shift, alt) or not. 
    292303     * </p> 
Note: See TracChangeset for help on using the changeset viewer.