All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.android.emulator.control.MouseEventOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.5.8
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: emulator_controller.proto

// Protobuf Java Version: 3.25.0
package com.android.emulator.control;

public interface MouseEventOrBuilder extends
    // @@protoc_insertion_point(interface_extends:android.emulation.control.MouseEvent)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   * The horizontal coordinate. This is the physical location on the
   * screen For example 0 indicates the leftmost coordinate.
   * 
* * int32 x = 1; * @return The x. */ int getX(); /** *
   * The vertical coordinate. This is the physical location on the screen
   * For example 0 indicates the top left coordinate.
   * 
* * int32 y = 2; * @return The y. */ int getY(); /** *
   * Indicates which buttons are pressed.
   * 0: No button was pressed
   * 1: Primary button (left)
   * 2: Secondary button (right)
   * 
* * int32 buttons = 3; * @return The buttons. */ int getButtons(); /** *
   * The display device where the mouse event occurred.
   * Omitting or using the value 0 indicates the main display.
   * 
* * int32 device = 4; * @return The device. */ int getDevice(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy