Xj3D 2.0 VRML/X3D Code API

org.web3d.vrml.renderer.common.input
Interface TouchSensorSelectionListener


public interface TouchSensorSelectionListener

A listener to notify that a VRMLTouchSensorNodeType has been activated by the user interface.

Version:
$Revision: 1.1 $
Author:
Alan Hudson

Method Summary
 void deviceNonSelectable(VRMLTouchSensorNodeType node)
          Invoked when a link node is contact with a tracker capable of picking.
 void deviceSelectable(VRMLTouchSensorNodeType node)
          Invoked when a pointing device is in contact with a tracker capable of picking.
 

Method Detail

deviceSelectable

void deviceSelectable(VRMLTouchSensorNodeType node)
Invoked when a pointing device is in contact with a tracker capable of picking.


deviceNonSelectable

void deviceNonSelectable(VRMLTouchSensorNodeType node)
Invoked when a link node is contact with a tracker capable of picking.


Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium