Fingerprint Controls PC
4A
گیم لوپ ایمولیٹر کے ساتھ PC پر Fingerprint Controls ڈاؤن لوڈ کریں۔
پی سی پر Fingerprint Controls
Fingerprint Controls، جو ڈویلپر 4A سے آرہا ہے، ماضی میں اینڈرائیڈ سسٹم پر چل رہا ہے۔
اب، آپ پی سی پر Fingerprint Controls آسانی سے GameLoop کے ساتھ چلا سکتے ہیں۔
اسے GameLoop لائبریری یا تلاش کے نتائج میں ڈاؤن لوڈ کریں۔ مزید غلط وقت پر بیٹری یا مایوس کن کالوں پر نظر نہیں ڈالی جائے گی۔
بس بڑی سکرین پر Fingerprint Controls PC کا مفت میں لطف اٹھائیں!
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.
ٹیگز
اوزارمعلومات
ڈویلپر
4A
تازہ ترین ورژن
2018.08.13
آخری تازہ کاری
2018-08-13
قسم
اوزار
پر دستیاب ہے۔
Google Play
مزید دکھائیں
پی سی پر گیم لوپ کے ساتھ Fingerprint Controls کیسے کھیلا جائے۔
1. آفیشل ویب سائٹ سے گیم لوپ ڈاؤن لوڈ کریں، پھر گیم لوپ انسٹال کرنے کے لیے exe فائل چلائیں۔
2. گیم لوپ کھولیں اور "Fingerprint Controls" تلاش کریں، تلاش کے نتائج میں Fingerprint Controls تلاش کریں اور "انسٹال کریں" پر کلک کریں۔
3. گیم لوپ پر 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