|
|
|
Драйвер 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?desktop=1&fid=59&tid=2131724]: |
0ms |
get settings: |
18ms |
get forum list: |
28ms |
check forum access: |
7ms |
check topic access: |
7ms |
track hit: |
75ms |
get topic data: |
22ms |
get forum data: |
4ms |
get page messages: |
60ms |
get tp. blocked users: |
3ms |
| others: | 383ms |
| total: | 607ms |

| 0 / 0 |
