Bug 516272 - Support triple-clicks on figures - expose click count from original SWT MouseEvent in Draw2d MouseEvent
Summary: Support triple-clicks on figures - expose click count from original SWT Mouse...
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy Draw2d (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows NT
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-05 18:01 EDT by Andrew Thomas CLA
Modified: 2017-05-05 18:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Thomas CLA 2017-05-05 18:01:50 EDT
The SWT MouseEvent has a `count` field that expresses the number of times the mouse has been repeatedly clicked, according to the operating system. 

This can be used to support triple-clicks. For example, a triple-click could be a step in expanding a selection.

The Draw2D MouseEvent accepts an SWT MouseEvent as an argument to its constructor, but does not copy and expose the original `count` value. This minor enhancement requests that the value be exposed in Draw2D's shadow of the original MouseEvent.