|
|
|
Драйвер 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&tid=2131724]: |
0ms |
get settings: |
12ms |
get forum list: |
24ms |
check forum access: |
6ms |
check topic access: |
6ms |
track hit: |
48ms |
get topic data: |
17ms |
get forum data: |
4ms |
get page messages: |
50ms |
get tp. blocked users: |
2ms |
| others: | 330ms |
| total: | 499ms |

| 0 / 0 |
