openglcontrol: imgui position screen center

git-svn-id: trunk@40443 -
This commit is contained in:
mattias 2013-02-27 23:54:01 +00:00
parent 2bf06aa6b0
commit e6f710c62d
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@ object Form1: TForm1
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnKeyPress = FormKeyPress
Position = poScreenCenter
LCLVersion = '1.1'
object OpenGLControl1: TOpenGLControl
Left = 0

View File

@ -9,6 +9,9 @@ uses
GL, GLExt, LCLType, fpImage, SysUtils;
type
{ TGLColor }
TGLColor = record
alpha: GLushort;
blue: GLushort;