Package io.guise.framework.input
Interface KeyboardInput
-
- All Superinterfaces:
GestureInput
,Input
- All Known Implementing Classes:
KeystrokeInput
public interface KeyboardInput extends GestureInput
An encapsulation of user input from a keyboard.- Author:
- Garret Wilson
-
-
Method Summary
-
Methods inherited from interface io.guise.framework.input.GestureInput
getKeys, hasAltKey, hasControlKey, hasShiftKey
-
-