Property | Type | Description | |
---|---|---|---|
gWindowClassName | string |
Method | Description | |
---|---|---|
CreateWindowClass ( ) : User32WindowClass | ||
CreateWindowProfile ( ) : |
||
Dispose ( ) : void | ||
GLWindow ( string title, |
||
GLWindow ( string title, int x, int y, int width, int height, GLController controller ) : System | ||
OnCloseRequested ( ) : bool | ||
OnControlCommand ( |
||
OnDestroy ( ) : void | ||
OnEnable ( bool enabled ) : void | ||
OnEraseBackground ( ) : |
||
OnIdle ( ) : void | ||
OnKeyboardActivity ( Object sender, |
||
OnMenuItemSelected ( int commandParam ) : void | ||
OnMouseActivity ( Object sender, |
||
OnPaint ( |
||
OnResizedTo ( int width, int height ) : void | ||
OnTimer ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
GetButtons ( uint wParam ) : MouseButtons |
public CreateWindowClass ( ) : User32WindowClass | ||
return | User32WindowClass |
public CreateWindowProfile ( ) : |
||
return |
public GLWindow ( string title, |
||
title | string | |
frame | ||
controller | GLController | |
return | System |
public GLWindow ( string title, int x, int y, int width, int height, GLController controller ) : System | ||
title | string | |
x | int | |
y | int | |
width | int | |
height | int | |
controller | GLController | |
return | System |
public OnControlCommand ( |
||
controlParam | ||
return | void |
public OnKeyboardActivity ( Object sender, |
||
sender | Object | |
ke | ||
return |
public OnMenuItemSelected ( int commandParam ) : void | ||
commandParam | int | |
return | void |
public OnMouseActivity ( Object sender, |
||
sender | Object | |
mea | ||
return | void |
public OnPaint ( |
||
dea | ||
return | void |
public OnResizedTo ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |