Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.libsdl.event
Class SDLKeySym  view SDLKeySym download SDLKeySym.java

java.lang.Object
  extended byorg.libsdl.event.SDLKeySym

public class SDLKeySym
extends java.lang.Object


Field Summary
private  SDLMod mod
           
private  short scancode
           
private  int sym
           
private  int unicode
           
 
Constructor Summary
SDLKeySym(short scancode, int sym, int mod, int unicode)
           
 
Method Summary
 char getChar()
           
 SDLMod getMod()
           
 short getScanCode()
           
 int getSym()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scancode

private short scancode

sym

private int sym

mod

private SDLMod mod

unicode

private int unicode
Constructor Detail

SDLKeySym

public SDLKeySym(short scancode,
                 int sym,
                 int mod,
                 int unicode)
Method Detail

getChar

public char getChar()

getScanCode

public short getScanCode()

getSym

public int getSym()

getMod

public SDLMod getMod()