synergynetframework.jme.cursorsystem.elements.twod
Interface ClipRegion

All Known Implementing Classes:
ClipRectangleHud, ClipRectangleHud

public interface ClipRegion

The Interface ClipRegion.


Method Summary
 boolean isPicked(com.jme.math.Vector2f screenPos)
          Checks if is picked.
 

Method Detail

isPicked

boolean isPicked(com.jme.math.Vector2f screenPos)
Checks if is picked.

Parameters:
screenPos - the screen pos
Returns:
true, if is picked