中國香港
  • Global
  • Türkiye
  • Việt Nam
  • México
  • Perú
  • Colombia
  • Argentina
  • Brasil
  • India
  • ประเทศไทย
  • Indonesia
  • Malaysia
  • Philippines
  • 中國香港
  • 中國台灣
  • السعودية
  • مصر
  • پاکستان
  • Россия
  • 日本
下載
Fingerprint Controls

Fingerprint Controls 電腦版

3.1Version: 2018.08.13

4A

下載

用GameLoop模拟器在電腦上玩Fingerprint Controls

Fingerprint Controls 電腦版

來自發行商 4A 的 Fingerprint Controls 能夠在安卓系統上運行。

現在,您可以在電腦上使用 GameLoop 模擬器流暢地玩 Fingerprint Controls。

在 GameLoop 遊戲庫或搜索結果中下載。 不需要再暢玩遊戲時盯著電池電量或被令人懊惱的來電打斷。

只需在電腦大屏幕上免費下載暢玩Fingerprint Controls 電腦版!

Fingerprint Controls 簡介

USERS: You will need to enable the bundled accessibility service. Contrary to the language of the standard warning message that appears, the accessibility service does not "observe your actions" or "retrieve window content". You can confirm that this app does not have permission to access the Internet, so no information is collected.

DEVELOPERS: Your game should contain one (and only one) view that is focusable, focusableInTouchMode, and focused, and has an attached accessibility delegate in order to receive the fingerprint input. That accessibility delegate should use code like this:

myView.setAccessibilityDelegate(new AccessibilityDelegate()

{

public boolean performAccessibilityAction(View _v, int _action, Bundle _args)

{

if((_action == ACTION_FOCUS) && (_args != null))

{

String method = _args.getString("by4a.method");

if("FingerprintGestureCallback.onGestureDetected".equals(method))

{

int gesture = _args.getInt("by4a.arg");

switch(gesture)

{

case FINGERPRINT_GESTURE_SWIPE_LEFT:

case FINGERPRINT_GESTURE_SWIPE_DOWN:

case FINGERPRINT_GESTURE_SWIPE_RIGHT:

case FINGERPRINT_GESTURE_SWIPE_UP:

}

}

}

return super.performAccessibilityAction(_v, _action, _args);

}

});

In addition, if your game can handle orientation changes or multiwindow mode, you will probably need some code like this. We're 99% certain this is a bug in Android.

@Override public void onWindowFocusChanged(boolean _focused)

{

myView.clearFocus();

myView.requestFocus();

}

If the user enters multiwindow mode, you will need BOTH the code above, AND for the user to tap inside your pane in order to continue receiving fingerprint gesture input. This is easily accomplished by simply pausing the game when multiwindow mode is activated, requiring the user to tap on the unpause button to continue.

The usefulness of fingerprint gesture input may vary based on the placement and reliability of the fingerprint sensor and the nature of the game being played. You should provide an option to ignore fingerprint gesture input to avoid accidental and undesired input.

更多

預覽

  • gallery
  • gallery

訊息

  • 開發商

    4A

  • 最新版本

    2018.08.13

  • 更新時間

    2018-08-13

  • 類別

    工具

  • 同時可用

    Google Play

更多

如何在電腦上用 GameLoop 玩 Fingerprint Controls

1. 從官網下載GameLoop,然後運行exe文件安裝GameLoop

2. 打開GameLoop,搜索“Fingerprint Controls”,在搜索結果中找到Fingerprint Controls,點擊“安裝”

3. 享受在 GameLoop 上玩 Fingerprint Controls 的樂趣

Fingerprint Controls

下載

Minimum requirements

OS

Windows 8.1 64-bit or Windows 10 64-bit

GPU

GTX 1050

CPU

i3-8300

Memory

8GB RAM

Storage

1GB available space

Recommended requirements

OS

Windows 8.1 64-bit or Windows 10 64-bit

GPU

GTX 1050

CPU

i3-9320

Memory

16GB RAM

Storage

1GB available space

更多類似應用

查看全部

相關資訊

查看全部

更多4A廠商的作品

查看全部
點擊安裝