Uses of Class
org.lee.mugen.core.command.KeyProc

Packages that use KeyProc
org.lee.mugen.core.command   
 

Uses of KeyProc in org.lee.mugen.core.command
 

Methods in org.lee.mugen.core.command that return KeyProc
 KeyProc[] SingleCmdProcessor.getKeys()
           
 

Constructors in org.lee.mugen.core.command with parameters of type KeyProc
SingleCmdProcessor(long tick, KeyProc... keys)