QueryContinueDragEvent.QueryContinueDragEvent

Overview | Methods | Fields | This Package | All Packages

QueryContinueDragEvent.QueryContinueDragEvent

Creates a QueryContinueDragEvent object.

Syntax

public QueryContinueDragEvent( int keyState, boolean escapePressed, int action )

Parameters

keyState

The current state of the SHIFT, CTRL, and ALT keys.

escapePressed

Set to true if the user has pressed the ESC key.

action

Set to ACTION_CONTINUE to continue the drag operation.