- Added Keyboard movement to oglGameWindow (fixes #5)

This commit is contained in:
2009-12-07 16:26:47 +01:00
parent 09bd74675e
commit c0b5051b00
3 changed files with 44 additions and 16 deletions

View File

@@ -614,11 +614,11 @@ object frmMain: TfrmMain
end
object tsClients: TTabSheet
Caption = 'Clients'
ClientHeight = 495
ClientHeight = 492
ClientWidth = 218
object lbClients: TListBox
Left = 0
Height = 495
Height = 492
Top = 0
Width = 218
Align = alClient
@@ -632,7 +632,7 @@ object frmMain: TfrmMain
end
object tsLocations: TTabSheet
Caption = 'Locations'
ClientHeight = 495
ClientHeight = 492
ClientWidth = 218
object btnClearLocations: TSpeedButton
AnchorSideLeft.Control = btnDeleteLocation
@@ -641,7 +641,7 @@ object frmMain: TfrmMain
Left = 128
Height = 22
Hint = 'Clear'
Top = 453
Top = 450
Width = 23
BorderSpacing.Left = 4
Color = clBtnFace
@@ -694,7 +694,7 @@ object frmMain: TfrmMain
Left = 101
Height = 22
Hint = 'Delete'
Top = 453
Top = 450
Width = 23
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 4
@@ -746,7 +746,7 @@ object frmMain: TfrmMain
Left = 74
Height = 22
Hint = 'Add'
Top = 453
Top = 450
Width = 23
Anchors = [akTop, akRight]
BorderSpacing.Right = 4
@@ -800,7 +800,7 @@ object frmMain: TfrmMain
AnchorSideBottom.Control = btnDeleteLocation
Cursor = 63
Left = 4
Height = 431
Height = 428
Top = 18
Width = 210
Anchors = [akTop, akLeft, akRight, akBottom]
@@ -1146,6 +1146,7 @@ object frmMain: TfrmMain
Width = 542
Anchors = [akTop, akLeft, akRight, akBottom]
OnDblClick = oglGameWindowDblClick
OnKeyDown = oglGameWindowKeyDown
OnMouseDown = oglGameWindowMouseDown
OnMouseEnter = oglGameWindowMouseEnter
OnMouseLeave = oglGameWindowMouseLeave