| Description | Hierarchy | Fields | Methods | Properties |
type TGLWindowCallbacks = record
This record is useful to save the state of all callbacks of TGLWindow, with the exception of OnInit and OnClose callbacks. This is used in TGLWindow.GetCallbacksState and TGLWindow.SetCallbacksState. See unit GLWinModes for example when such thing is useful.
MouseMove: TMouseMoveFunc; |
MouseDown: TMouseUpDownFunc; |
MouseUp: TMouseUpDownFunc; |
KeyDown: TKeyCharFunc; |
KeyUp: TKeyFunc; |
BeforeDraw: TGLWindowFunc; |
Draw: TGLWindowFunc; |
CloseQuery: TGLWindowFunc; |
Idle: TGLWindowFunc; |
Timer: TGLWindowFunc; |
Resize: TGLWindowFunc; |
MenuCommand: TMenuCommandFunc; |