Package net.storm.api.input
Interface IKeyboard
public interface IKeyboard
-
Method Summary
-
Method Details
-
type
void type(char c) -
type
-
type
default void type(int number) -
type
-
sendEnter
default void sendEnter() -
sendSpace
default void sendSpace()
-