mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 16:37:19 +01:00
openglcontrol: imgui position screen center
git-svn-id: trunk@40443 -
This commit is contained in:
parent
2bf06aa6b0
commit
e6f710c62d
@ -9,6 +9,7 @@ object Form1: TForm1
|
||||
OnCreate = FormCreate
|
||||
OnKeyDown = FormKeyDown
|
||||
OnKeyPress = FormKeyPress
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.1'
|
||||
object OpenGLControl1: TOpenGLControl
|
||||
Left = 0
|
||||
|
||||
@ -9,6 +9,9 @@ uses
|
||||
GL, GLExt, LCLType, fpImage, SysUtils;
|
||||
|
||||
type
|
||||
|
||||
{ TGLColor }
|
||||
|
||||
TGLColor = record
|
||||
alpha: GLushort;
|
||||
blue: GLushort;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user