Bug 516272

Summary: Support triple-clicks on figures - expose click count from original SWT MouseEvent in Draw2d MouseEvent
Product: [Tools] GEF Reporter: Andrew Thomas <thomasa>
Component: GEF-Legacy Draw2dAssignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows NT   
Whiteboard:

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.