예제 #1
0
 public Builder setButton(
     com.opera.core.systems.scope.protos.SystemInputProtos.MouseInfo.MouseButton value) {
   if (value == null) {
     throw new NullPointerException();
   }
   result.hasButton = true;
   result.button_ = value;
   return this;
 }
예제 #2
0
 public Builder clearButton() {
   result.hasButton = false;
   result.button_ =
       com.opera.core.systems.scope.protos.SystemInputProtos.MouseInfo.MouseButton.LEFT;
   return this;
 }