Package com.jetbrains

Interface RelativePointerMovement


@Service @Provided public interface RelativePointerMovement

Allows getting relative mouse pointer movement.

Note: Supported on Linux and with WLToolkit only.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns accumulated mouse pointer movement delta since the last call to this method and resets the accumulated delta.
  • Method Details

    • getAccumulatedMouseDeltaAndReset

      Point getAccumulatedMouseDeltaAndReset()
      Returns accumulated mouse pointer movement delta since the last call to this method and resets the accumulated delta.
      Returns:
      accumulated mouse pointer movement delta