[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
GLut specific UI context
Source position: nvglutcontext.pas line 27
type GlutUIContext = class(UIContext) |
||
public |
||
function init(); |
|
One time initialization |
public |
||
procedure mouse(); |
|
UI method for processing GLUT mouse button events |
public |
||
procedure specialKeyboard(); |
|
UI method for processing key events |
end; |
|
GLut specific UI context |
|
| | ||
|
Basic UI context |
|
| | ||
TObject |