org.p2c2e.zing
Class Glk.GlkEvent

java.lang.Object
  extended byorg.p2c2e.zing.Glk.GlkEvent
Enclosing class:
Glk

public static class Glk.GlkEvent
extends java.lang.Object


Field Summary
 int type
           
 int val1
           
 int val2
           
 Window win
           
 
Constructor Summary
Glk.GlkEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

win

public Window win

val1

public int val1

val2

public int val2
Constructor Detail

Glk.GlkEvent

public Glk.GlkEvent()