record TGLWindowCallbacks

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TGLWindowCallbacks = record

Description

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.

Overview

Fields

MouseMove: TMouseMoveFunc;
MouseDown: TMouseUpDownFunc;
MouseUp: TMouseUpDownFunc;
KeyDown: TKeyCharFunc;
KeyUp: TKeyFunc;
BeforeDraw: TGLWindowFunc;
Draw: TGLWindowFunc;
CloseQuery: TGLWindowFunc;
Idle: TGLWindowFunc;
Timer: TGLWindowFunc;
Resize: TGLWindowFunc;
MenuCommand: TMenuCommandFunc;

Description

Fields

MouseMove: TMouseMoveFunc;
 
MouseDown: TMouseUpDownFunc;
 
MouseUp: TMouseUpDownFunc;
 
KeyDown: TKeyCharFunc;
 
KeyUp: TKeyFunc;
 
BeforeDraw: TGLWindowFunc;
 
Draw: TGLWindowFunc;
 
CloseQuery: TGLWindowFunc;
 
Idle: TGLWindowFunc;
 
Timer: TGLWindowFunc;
 
Resize: TGLWindowFunc;
 
MenuCommand: TMenuCommandFunc;
 

Generated by PasDoc 0.10.0 on 2008-02-25 00:00:31