Package tripleplay.ui

Interface MenuHost.TriggerPoint

Enclosing class:
MenuHost

public static interface MenuHost.TriggerPoint
Defines how to obtain the point on a trigger where a menu popup originates.
  • Method Summary

    Modifier and Type
    Method
    Description
    pythagoras.f.Point
    getLocation(Element<?> trigger, pythagoras.f.IPoint pointer)
    For the given trigger and pointer position, gets the screen coordinates where the menu popup should originate.
  • Method Details

    • getLocation

      pythagoras.f.Point getLocation(Element<?> trigger, pythagoras.f.IPoint pointer)
      For the given trigger and pointer position, gets the screen coordinates where the menu popup should originate.