|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--gumbo.util.route.DebugEventMonitor
|
+--gumbo.graphic.input.DebugMouseSensor
Monitors all input and output events. To enable event reporting,
include the VM arguments "-Ddebug.enabled=true -Ddebug.tags=
Constructor Summary
DebugMouseSensor(java.lang.String name)
Method Summary
BooleanField.EventOutgetMouseActiveOut()
StateSetField.EventOutgetMouseButtonsOut()
BooleanField.EventOutgetMouseCaptureOut()
BooleanField.EventIngetMouseEnableIn()
Point3Field.EventOutgetMouseMoveOut()
BooleanField.EventOutgetMouseOverOut()
SpaceNodeField.EventOutgetMouseSpaceOut()
protected voidimplConnectTarget(java.lang.Object host)
Called by the system to connect this monitor to the target
host.
Methods inherited from class gumbo.util.route.DebugEventMonitor
connectTarget, connectTargetMaybe, getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
DebugMouseSensor
public DebugMouseSensor(java.lang.String name)
Method Detail
implConnectTarget
protected void implConnectTarget(java.lang.Object host)
DebugEventMonitor
implConnectTarget in class DebugEventMonitor
host - Reference to the debug target (master). Never null.
getMouseEnableIn
public BooleanField.EventIn getMouseEnableIn()
getMouseOverOut
public BooleanField.EventOut getMouseOverOut()
getMouseCaptureOut
public BooleanField.EventOut getMouseCaptureOut()
getMouseSpaceOut
public SpaceNodeField.EventOut getMouseSpaceOut()
getMouseActiveOut
public BooleanField.EventOut getMouseActiveOut()
getMouseButtonsOut
public StateSetField.EventOut getMouseButtonsOut()
getMouseMoveOut
public Point3Field.EventOut getMouseMoveOut()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD