C# Class URG.GL.Window

Mostra file Open project: ppalma/URG-GL

Public Methods

Method Description
Show ( ) : void
Window ( ) : System

Protected Methods

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

Private Methods

Method Description
AmbientInitialization ( ) : void

Method Details

HotKeys() protected method

protected HotKeys ( ) : void
return void

IdleHandler() protected method

protected IdleHandler ( ) : void
return void

KeyboardHandler() protected method

protected KeyboardHandler ( byte key, int x, int y ) : void
key byte
x int
y int
return void

MotionHandler() protected method

protected MotionHandler ( int x, int y ) : void
x int
y int
return void

MouseHandler() protected method

protected MouseHandler ( int button, int state, int x, int y ) : void
button int
state int
x int
y int
return void

PaintHandler() protected abstract method

protected abstract PaintHandler ( ) : void
return void

ReshapeHandler() protected abstract method

protected abstract ReshapeHandler ( int weith, int height ) : void
weith int
height int
return void

Show() public method

public Show ( ) : void
return void

TimerHandler() protected method

protected TimerHandler ( int val ) : void
val int
return void

Window() public method

public Window ( ) : System
return System

WindowsCloseHandler() protected method

protected WindowsCloseHandler ( ) : void
return void