dioscuri.module.keyboard
Class TheKeyboard

java.lang.Object
  extended by dioscuri.module.keyboard.TheKeyboard

public class TheKeyboard
extends java.lang.Object

Author:
Bram Lohman, Bart Kiers

Field Summary
protected static int CONTROLLER_QUEUE_SIZE
           
 
Constructor Summary
TheKeyboard()
           
 
Method Summary
 java.util.List<java.lang.Byte> getControllerQueue()
          Returns the keyboard controller queue, contains data intended for keyboard (command bytes).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTROLLER_QUEUE_SIZE

protected static final int CONTROLLER_QUEUE_SIZE
See Also:
Constant Field Values
Constructor Detail

TheKeyboard

public TheKeyboard()
Method Detail

getControllerQueue

public java.util.List<java.lang.Byte> getControllerQueue()
Returns the keyboard controller queue, contains data intended for keyboard (command bytes).

Returns:
the keyboard controller queue, contains data intended for keyboard (command bytes).