コード例 #1
0
 public static IReadOnlyReactiveProperty <bool> RightSystemPress(this Component component)
 {
     if (component == null)
     {
         return(null);
     }
     return(ObservableSteamInput.RightSystemPress());
 }