|
|
|
Драйвер 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&fpage=288&tid=2131724]: |
0ms |
get settings: |
11ms |
get forum list: |
12ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
28ms |
get topic data: |
12ms |
get forum data: |
3ms |
get page messages: |
53ms |
get tp. blocked users: |
1ms |
| others: | 307ms |
| total: | 433ms |

| 0 / 0 |
