mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-01 11:43:45 +02:00

opengl: adding support for Cocoa mouseMove events for Right and Middle mouse buttons. Based on the patch by Chris Rorden. bug #34938 ........ opengl: forcing painting even with NSgraphicContext currentContext assigned. Seems to be Mojave specific behaviour not to provide context. bug #34983 ........ opengl: update cocoa compilation for the latest update with keyhandling ........ opengl: prevent double mouse-down events for cocoa. bug #35480 ........ opengl: fix cocoa compilation ........ opengl: cocoa: removing Dummy type declarations as they are not in the code. Yet the type declarations changed in trunk FPC version (3.2.0). bug #35974 ........ opengl: getting rid of cocoa GetNSObjectView ........ opengl: remove gl unit used from glcocoanscontext unit ........ git-svn-id: branches/fixes_2_0@62469 -
23 lines
406 B
Plaintext
23 lines
406 B
Plaintext
object Form1: TForm1
|
|
Left = 302
|
|
Height = 300
|
|
Top = 181
|
|
Width = 400
|
|
HorzScrollBar.Page = 399
|
|
VertScrollBar.Page = 299
|
|
Caption = 'Form1'
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
OnCreate = FormCreate
|
|
LCLVersion = '2.1.0.0'
|
|
object Panel1: TPanel
|
|
Left = 97
|
|
Height = 50
|
|
Top = 49
|
|
Width = 170
|
|
Caption = 'Panel1'
|
|
TabOrder = 0
|
|
OnMouseMove = Panel1MouseMove
|
|
end
|
|
end
|