ソースを参照

Chromebooks support relative mouse motion now

Sam Lantinga 4 年 前
コミット
f5e9c5b7e0
2 ファイル変更0 行追加5 行削除
  1. 0 5
      Xcode/SDL/SDL.xcodeproj/project.pbxproj
  2. 0 0
      visualtest/README.txt

+ 0 - 5
Xcode/SDL/SDL.xcodeproj/project.pbxproj

@@ -987,11 +987,6 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
      */
      */
     public static boolean supportsRelativeMouse()
     public static boolean supportsRelativeMouse()
     {
     {
-        // ChromeOS doesn't provide relative mouse motion via the Android 7 APIs
-        if (isChromebook()) {
-            return false;
-        }
-
         // DeX mode in Samsung Experience 9.0 and earlier doesn't support relative mice properly under
         // DeX mode in Samsung Experience 9.0 and earlier doesn't support relative mice properly under
         // Android 7 APIs, and simply returns no data under Android 8 APIs.
         // Android 7 APIs, and simply returns no data under Android 8 APIs.
         //
         //

+ 0 - 0
visualtest/README.txt