sub_arctic.input
Interface double_clickable


public abstract interface double_clickable
extends input_protocol

Input protocol interface for receiving double clicks (two clicks in a small area within a short period of time). This protocol is dispatched by the click_agent. See the click agent for a description of interactions between this protocol and the pressable and clickable protocols.

See Also:
click_agent

Method Summary
 boolean double_click(event evt, java.lang.Object user_info)
          Dispatch double click (two clicks in a small area within a short period of time) to the object.
 

Method Detail

double_click

public boolean double_click(event evt,
                            java.lang.Object user_info)
Dispatch double click (two clicks in a small area within a short period of time) to the object.
Parameters:
event - evt the final event in the double click sequence.
Object - user_info uninterpreted user information that was originally given to the system when this object was picked.
Returns:
boolean indicating whether the object consumed the input.