Package org.jmol.api

Interface GenericMouseInterface

All Known Implementing Classes:
Mouse, Mouse

public interface GenericMouseInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    boolean
    processEvent(int id, int x, int y, int modifiers, long time)
     
    void
    processTwoPointGesture(float[][][] touches)
     
  • Method Details

    • processEvent

      boolean processEvent(int id, int x, int y, int modifiers, long time)
    • clear

      void clear()
    • dispose

      void dispose()
    • processTwoPointGesture

      void processTwoPointGesture(float[][][] touches)