Interface Webswing.InputEventMsgInProtoOrBuilder

    • Method Detail

      • hasHandshake

        boolean hasHandshake()
        optional .org.webswing.server.model.proto.ConnectionHandshakeMsgInProto handshake = 1;
      • hasKey

        boolean hasKey()
        optional .org.webswing.server.model.proto.KeyboardEventMsgInProto key = 2;
      • hasMouse

        boolean hasMouse()
        optional .org.webswing.server.model.proto.MouseEventMsgInProto mouse = 3;
      • hasEvent

        boolean hasEvent()
        optional .org.webswing.server.model.proto.SimpleEventMsgInProto event = 4;
      • hasTimestamps

        boolean hasTimestamps()
        optional .org.webswing.server.model.proto.TimestampsMsgInProto timestamps = 5;