public static interface Webswing.KeyboardEventMsgInProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAlt()
optional bool alt = 4; |
int |
getCharacter()
optional sint32 character = 2; |
boolean |
getCtrl()
optional bool ctrl = 5; |
int |
getKeycode()
optional sint32 keycode = 3; |
boolean |
getMeta()
optional bool meta = 7; |
boolean |
getShift()
optional bool shift = 6; |
Webswing.KeyboardEventMsgInProto.KeyEventTypeProto |
getType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1; |
boolean |
hasAlt()
optional bool alt = 4; |
boolean |
hasCharacter()
optional sint32 character = 2; |
boolean |
hasCtrl()
optional bool ctrl = 5; |
boolean |
hasKeycode()
optional sint32 keycode = 3; |
boolean |
hasMeta()
optional bool meta = 7; |
boolean |
hasShift()
optional bool shift = 6; |
boolean |
hasType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;Webswing.KeyboardEventMsgInProto.KeyEventTypeProto getType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;boolean hasCharacter()
optional sint32 character = 2;int getCharacter()
optional sint32 character = 2;boolean hasKeycode()
optional sint32 keycode = 3;int getKeycode()
optional sint32 keycode = 3;boolean hasAlt()
optional bool alt = 4;boolean getAlt()
optional bool alt = 4;boolean hasCtrl()
optional bool ctrl = 5;boolean getCtrl()
optional bool ctrl = 5;boolean hasShift()
optional bool shift = 6;boolean getShift()
optional bool shift = 6;boolean hasMeta()
optional bool meta = 7;boolean getMeta()
optional bool meta = 7;Copyright © 2019. All rights reserved.