|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMultiTouchEventListener
Defines possible input from a MultiTouch table. Eventually this interface would be extended to support new aspects of MultiTouch tables such as RFID proximity, hand area detection and bluetooth devices. For Cursors, the order of events for a click is: cursorPressed, cursorClicked, cursorReleased.
Method Summary | |
---|---|
void |
cursorChanged(MultiTouchCursorEvent event)
Cursor is on the table, and moves, or rotates, or changes in some way. |
void |
cursorClicked(MultiTouchCursorEvent event)
Cursor clicked. |
void |
cursorPressed(MultiTouchCursorEvent event)
Cursor press arriving on the table. |
void |
cursorReleased(MultiTouchCursorEvent event)
Cursor left the table. |
void |
objectAdded(MultiTouchObjectEvent event)
Object/fiducial is added to the table. |
void |
objectChanged(MultiTouchObjectEvent event)
Object/fiducial is changed - position or rotation. |
void |
objectRemoved(MultiTouchObjectEvent event)
Object/fiducial is removed from the table. |
Method Detail |
---|
void cursorChanged(MultiTouchCursorEvent event)
event
- the eventvoid cursorClicked(MultiTouchCursorEvent event)
event
- the eventvoid cursorPressed(MultiTouchCursorEvent event)
event
- the eventvoid cursorReleased(MultiTouchCursorEvent event)
event
- the eventvoid objectAdded(MultiTouchObjectEvent event)
event
- the eventvoid objectChanged(MultiTouchObjectEvent event)
event
- the eventvoid objectRemoved(MultiTouchObjectEvent event)
event
- the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |