public static interface Webswing.MouseEventMsgInProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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; |
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 |
hasX()
optional sint32 x = 2; |
boolean |
hasY()
optional sint32 y = 3; |
boolean hasType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;Webswing.MouseEventMsgInProto.MouseEventTypeProto getType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;boolean hasX()
optional sint32 x = 2;int getX()
optional sint32 x = 2;boolean hasY()
optional sint32 y = 3;int getY()
optional sint32 y = 3;boolean hasWheelDelta()
optional sint32 wheelDelta = 4;int getWheelDelta()
optional sint32 wheelDelta = 4;boolean hasButton()
optional sint32 button = 5;int getButton()
optional sint32 button = 5;boolean hasCtrl()
optional bool ctrl = 6;boolean getCtrl()
optional bool ctrl = 6;boolean hasAlt()
optional bool alt = 7;boolean getAlt()
optional bool alt = 7;boolean hasShift()
optional bool shift = 8;boolean getShift()
optional bool shift = 8;boolean hasMeta()
optional bool meta = 9;boolean getMeta()
optional bool meta = 9;boolean hasButtons()
optional sint32 buttons = 10;int getButtons()
optional sint32 buttons = 10;boolean hasTimeMilis()
optional sint32 timeMilis = 11;int getTimeMilis()
optional sint32 timeMilis = 11;Copyright © 2017. All rights reserved.