#include <sgtree.h>
Public Attributes | |
DocCoord | Position |
BOOL | Adjust |
BOOL | Extend |
BOOL | DoubleClick |
BOOL | MenuClick |
This structure is passed down through the SuperGallery Display Tree by the SGDisplayNode::HandleEvent method, when processing MOUSE events.
Position contains the current x,y position of the mouse in MILLIPOINTS
Adjust is TRUE for an 'adjust' (ctrl) click or FALSE for a normal (left button) click
Extend is TRUE if it was a 'selection extending' click (shift-click in windows-listbox way of operation)
DoubleClick is TRUE if this mouse event closely follows another one, so that it looks like this is actually part two of a double-click.
MenuClick is TRUE if the click will be showing a menu (in which case, a drag MUST NOT be started or the menu will never appear) - this occurs for right-button clicks.
Definition at line 416 of file sgtree.h.
|
|
|
|
|
|
|
|
|
|