synachu85 / solitaire-for-android

Automatically exported from code.google.com/p/solitaire-for-android
0 stars 0 forks source link

Can't deal cards, android without trackball/search button #135

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have an android phone with no trackball/search button. My phone only have 
home, back and options button, lock/power and camera button.

I can't deal cards in forty thieves etc... because of missing button.

I recommend to use more buttons to deal, i suggest focus/camera button that is 
the only unused.

http://developer.android.com/reference/android/view/KeyEvent.html

public static final int KEYCODE_FOCUS
Since: API Level 1

Key code constant: Camera Focus key. Used to focus the camera.
Constant Value: 80 (0x00000050)

or KEYCODE_CAMERA

Original issue reported on code.google.com by bl4s...@gmail.com on 20 May 2012 at 3:41

GoogleCodeExporter commented 8 years ago
There's a previous, exact same issue: 
http://code.google.com/p/solitaire-for-android/issues/detail?id=131&start=100

Original comment by lesta...@gmail.com on 28 Jun 2012 at 11:14

GoogleCodeExporter commented 8 years ago
I propose a patch in the following issue, which would add a menu entry to deal 
cards.
https://code.google.com/p/solitaire-for-android/issues/detail?id=131

Original comment by urs.hunk...@gmail.com on 27 Dec 2014 at 12:33