Interface AppFrameProtoIn.KeyboardEventMsgInProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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;
      AppFrameProtoIn.KeyboardEventMsgInProto.KeyEventTypeProto getType()
      optional .appFrameProtoIn.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 .appFrameProtoIn.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;
      • 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 .appFrameProtoIn.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;
      • hasCharacter

        boolean hasCharacter()
        optional sint32 character = 2;
      • getCharacter

        int getCharacter()
        optional sint32 character = 2;
      • hasKeycode

        boolean hasKeycode()
        optional sint32 keycode = 3;
      • getKeycode

        int getKeycode()
        optional sint32 keycode = 3;
      • hasAlt

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

        boolean getAlt()
        optional bool alt = 4;
      • hasCtrl

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

        boolean getCtrl()
        optional bool ctrl = 5;
      • hasShift

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

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

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

        boolean getMeta()
        optional bool meta = 7;