|
|
|
Драйвер touchscreen
|
|||
|---|---|---|---|
|
#18+
Как мне лучше написать драйвер touchscreena для планшета под linux? public class TouchActions extends Actions { protected TouchScreen touchScreen; public TouchActions(Driver driver) { this(((HasInputDevices) driver).getKeyboard(), ((HasTouchScreen) driver).getTouch()); } public TouchActions(Keyboard keyboard, TouchScreen touchScreen) { super(keyboard); this.touchScreen = touchScreen; } public TouchActions singleTap(Element onElement) { action.addAction(new SingleTapAction(touchScreen, (Locatable) onElement)); return this; } } ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 24.05.2012, 21:17:10 |
|
||
|
|

start [/forum/topic.php?fid=59&msg=37810572&tid=2131724]: |
0ms |
get settings: |
13ms |
get forum list: |
20ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
52ms |
get topic data: |
23ms |
get forum data: |
5ms |
get page messages: |
61ms |
get tp. blocked users: |
2ms |
| others: | 338ms |
| total: | 520ms |

| 0 / 0 |
