Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.clear() |
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.clearAlt()
optional bool alt = 7;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.clearButton()
optional sint32 button = 5;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.clearButtons()
optional sint32 buttons = 10;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.clearCtrl()
optional bool ctrl = 6;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.clearMeta()
optional bool meta = 9;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.clearShift()
optional bool shift = 8;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.clearTimeMilis()
optional sint32 timeMilis = 11;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.clearType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.clearWheelDelta()
optional sint32 wheelDelta = 4;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.clearX()
optional sint32 x = 2;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.clearY()
optional sint32 y = 3;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.clone() |
Webswing.MouseEventMsgInProto.Builder |
Webswing.InputEventMsgInProto.Builder.getMouseBuilder()
optional .org.webswing.server.model.proto.MouseEventMsgInProto mouse = 3;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.mergeFrom(com.google.protobuf.Message other) |
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.mergeFrom(Webswing.MouseEventMsgInProto other) |
static Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.newBuilder() |
static Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.newBuilder(Webswing.MouseEventMsgInProto prototype) |
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.newBuilderForType() |
protected Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.setAlt(boolean value)
optional bool alt = 7;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.setButton(int value)
optional sint32 button = 5;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.setButtons(int value)
optional sint32 buttons = 10;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.setCtrl(boolean value)
optional bool ctrl = 6;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.setMeta(boolean value)
optional bool meta = 9;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.setShift(boolean value)
optional bool shift = 8;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.setTimeMilis(int value)
optional sint32 timeMilis = 11;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.setType(Webswing.MouseEventMsgInProto.MouseEventTypeProto value)
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.setWheelDelta(int value)
optional sint32 wheelDelta = 4;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.setX(int value)
optional sint32 x = 2;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.Builder.setY(int value)
optional sint32 y = 3;
|
Webswing.MouseEventMsgInProto.Builder |
Webswing.MouseEventMsgInProto.toBuilder() |