synergynetframework.jme.cursorsystem.fixutils
Interface FixGesture

All Known Implementing Classes:
ClickOnCornersGesture

public interface FixGesture

The Interface FixGesture.


Method Summary
 boolean checkForFixGesture(MultiTouchElement element, ScreenCursor c, MultiTouchCursorEvent event)
          Check for fix gesture.
 boolean checkForUnfixGesture(MultiTouchElement element, ScreenCursor c, MultiTouchCursorEvent event)
          Check for unfix gesture.
 

Method Detail

checkForFixGesture

boolean checkForFixGesture(MultiTouchElement element,
                           ScreenCursor c,
                           MultiTouchCursorEvent event)
Check for fix gesture.

Parameters:
element - the element
c - the c
event - the event
Returns:
true, if successful

checkForUnfixGesture

boolean checkForUnfixGesture(MultiTouchElement element,
                             ScreenCursor c,
                             MultiTouchCursorEvent event)
Check for unfix gesture.

Parameters:
element - the element
c - the c
event - the event
Returns:
true, if successful