Method | Description | |
---|---|---|
Show ( ) : void | ||
Window ( ) : System |
Method | Description | |
---|---|---|
HotKeys ( ) : void | ||
IdleHandler ( ) : void | ||
KeyboardHandler ( byte key, int x, int y ) : void | ||
MotionHandler ( int x, int y ) : void | ||
MouseHandler ( int button, int state, int x, int y ) : void | ||
PaintHandler ( ) : void | ||
ReshapeHandler ( int weith, int height ) : void | ||
TimerHandler ( int val ) : void | ||
WindowsCloseHandler ( ) : void |
Method | Description | |
---|---|---|
AmbientInitialization ( ) : void |
protected KeyboardHandler ( byte key, int x, int y ) : void | ||
key | byte | |
x | int | |
y | int | |
return | void |
protected MotionHandler ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
protected MouseHandler ( int button, int state, int x, int y ) : void | ||
button | int | |
state | int | |
x | int | |
y | int | |
return | void |
protected abstract ReshapeHandler ( int weith, int height ) : void | ||
weith | int | |
height | int | |
return | void |