Interface Webswing.MouseEventMsgInProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAlt()
      optional bool alt = 7;
      int getButton()
      optional sint32 button = 5;
      int getButtons()
      optional sint32 buttons = 10;
      boolean getCtrl()
      optional bool ctrl = 6;
      boolean getMeta()
      optional bool meta = 9;
      boolean getShift()
      optional bool shift = 8;
      int getTimeMilis()
      optional sint32 timeMilis = 11;
      Webswing.MouseEventMsgInProto.MouseEventTypeProto getType()
      optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;
      int getWheelDelta()
      optional sint32 wheelDelta = 4;
      String getWinId()
      optional string winId = 12;
      com.google.protobuf.ByteString getWinIdBytes()
      optional string winId = 12;
      int getX()
      optional sint32 x = 2;
      int getY()
      optional sint32 y = 3;
      boolean hasAlt()
      optional bool alt = 7;
      boolean hasButton()
      optional sint32 button = 5;
      boolean hasButtons()
      optional sint32 buttons = 10;
      boolean hasCtrl()
      optional bool ctrl = 6;
      boolean hasMeta()
      optional bool meta = 9;
      boolean hasShift()
      optional bool shift = 8;
      boolean hasTimeMilis()
      optional sint32 timeMilis = 11;
      boolean hasType()
      optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;
      boolean hasWheelDelta()
      optional sint32 wheelDelta = 4;
      boolean hasWinId()
      optional string winId = 12;
      boolean hasX()
      optional sint32 x = 2;
      boolean hasY()
      optional sint32 y = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasType

        boolean hasType()
        optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;
      • hasX

        boolean hasX()
        optional sint32 x = 2;
      • getX

        int getX()
        optional sint32 x = 2;
      • hasY

        boolean hasY()
        optional sint32 y = 3;
      • getY

        int getY()
        optional sint32 y = 3;
      • hasWheelDelta

        boolean hasWheelDelta()
        optional sint32 wheelDelta = 4;
      • getWheelDelta

        int getWheelDelta()
        optional sint32 wheelDelta = 4;
      • hasButton

        boolean hasButton()
        optional sint32 button = 5;
      • getButton

        int getButton()
        optional sint32 button = 5;
      • hasCtrl

        boolean hasCtrl()
        optional bool ctrl = 6;
      • getCtrl

        boolean getCtrl()
        optional bool ctrl = 6;
      • hasAlt

        boolean hasAlt()
        optional bool alt = 7;
      • getAlt

        boolean getAlt()
        optional bool alt = 7;
      • hasShift

        boolean hasShift()
        optional bool shift = 8;
      • getShift

        boolean getShift()
        optional bool shift = 8;
      • hasMeta

        boolean hasMeta()
        optional bool meta = 9;
      • getMeta

        boolean getMeta()
        optional bool meta = 9;
      • hasButtons

        boolean hasButtons()
        optional sint32 buttons = 10;
      • getButtons

        int getButtons()
        optional sint32 buttons = 10;
      • hasTimeMilis

        boolean hasTimeMilis()
        optional sint32 timeMilis = 11;
      • getTimeMilis

        int getTimeMilis()
        optional sint32 timeMilis = 11;
      • hasWinId

        boolean hasWinId()
        optional string winId = 12;
      • getWinId

        String getWinId()
        optional string winId = 12;
      • getWinIdBytes

        com.google.protobuf.ByteString getWinIdBytes()
        optional string winId = 12;