Microsoft.Xna.Framework.Input
Class Keyboard

java.lang.Object
  extended by Microsoft.Xna.Framework.Input.Keyboard

public class Keyboard
extends java.lang.Object

Allows retrieval of keystrokes from a keyboard input device. Reference page contains links to related code samples.

Author:
Halofreak1990

Constructor Summary
Keyboard()
           
 
Method Summary
static KeyboardState GetState()
          Returns the current keyboard state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Keyboard

public Keyboard()
Method Detail

GetState

public static KeyboardState GetState()
Returns the current keyboard state. Reference page contains links to related code samples.