Interface AppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoIn.MouseEventMsgInProto,AppFrameProtoIn.MouseEventMsgInProto.Builder
- Enclosing class:
- AppFrameProtoIn
public static interface AppFrameProtoIn.MouseEventMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAlt()optional bool alt = 7;intgetButton()optional sint32 button = 5;intgetButtons()optional sint32 buttons = 10;booleangetCtrl()optional bool ctrl = 6;booleangetMeta()optional bool meta = 9;booleangetShift()optional bool shift = 8;intgetTimeMilis()optional sint32 timeMilis = 11;AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProtogetType()optional .appFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto type = 1;intgetWheelDelta()optional sint32 wheelDelta = 4;java.lang.StringgetWinId()optional string winId = 12;com.google.protobuf.ByteStringgetWinIdBytes()optional string winId = 12;intgetX()optional sint32 x = 2;intgetY()optional sint32 y = 3;booleanhasAlt()optional bool alt = 7;booleanhasButton()optional sint32 button = 5;booleanhasButtons()optional sint32 buttons = 10;booleanhasCtrl()optional bool ctrl = 6;booleanhasMeta()optional bool meta = 9;booleanhasShift()optional bool shift = 8;booleanhasTimeMilis()optional sint32 timeMilis = 11;booleanhasType()optional .appFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto type = 1;booleanhasWheelDelta()optional sint32 wheelDelta = 4;booleanhasWinId()optional string winId = 12;booleanhasX()optional sint32 x = 2;booleanhasY()optional sint32 y = 3;-
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 .appFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto type = 1;
-
getType
AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto getType()
optional .appFrameProtoIn.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
java.lang.String getWinId()
optional string winId = 12;
-
getWinIdBytes
com.google.protobuf.ByteString getWinIdBytes()
optional string winId = 12;
-
-