Interface MoveMouseCallback.Response

Enclosing interface:
MoveMouseCallback

public static interface MoveMouseCallback.Response
A response of the MoveMouseCallback.
  • Method Details

    • proceed

      static MoveMouseCallback.Response proceed()
      Returns a Response instance that allows the browser to process the event.
    • suppress

      static MoveMouseCallback.Response suppress()
      Returns a Response instance that indicates that the event should be suppressed.