mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 07:36:14 +02:00
MG: double, triple and quad clicks now works
git-svn-id: trunk@1116 -
This commit is contained in:
parent
885b07d09b
commit
352694b6d2
@ -254,7 +254,10 @@ type
|
|||||||
csActionClient,
|
csActionClient,
|
||||||
csMenuEvents,
|
csMenuEvents,
|
||||||
csNoFocus);
|
csNoFocus);
|
||||||
|
const
|
||||||
|
csMultiClicks = [csDoubleClicks,csTripleClicks,csQuadClicks];
|
||||||
|
|
||||||
|
type
|
||||||
TControlState = set of (csLButtonDown,
|
TControlState = set of (csLButtonDown,
|
||||||
csClicked,
|
csClicked,
|
||||||
csPalette,
|
csPalette,
|
||||||
@ -1325,6 +1328,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.64 2002/09/01 16:11:21 lazarus
|
||||||
|
MG: double, triple and quad clicks now works
|
||||||
|
|
||||||
Revision 1.63 2002/08/31 18:45:54 lazarus
|
Revision 1.63 2002/08/31 18:45:54 lazarus
|
||||||
MG: added some property editors and started component editors
|
MG: added some property editors and started component editors
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user