Xj3D 2.0 VRML/X3D Code API

org.web3d.vrml.util
Interface KeySensorDevice

All Known Implementing Classes:
AWTKeySensorDevice, SWTKeySensorDevice

public interface KeySensorDevice

Defines the requirements for retrieving an ordered set of key events.

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 void 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 Detail

getEvents

void 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.

Parameters:
seq - - The KeySequence object to initialize with the set of key events

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium