Package org.web3d.vrml.util
Interface KeySensorDevice
- All Known Implementing Classes:
AWTKeySensorDevice
public interface KeySensorDevice
Defines the requirements for retrieving an ordered set of key events.
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getEvents
(KeySequence seq) Return the ordered set of key events in the argument KeySequence object that have occurred since the previous call to this method.
-
Method Details
-
getEvents
Return the ordered set of key events in the argument KeySequence object that have occurred since the previous call to this method.- Parameters:
seq
- - The KeySequence object to initialize with the set of key events
-