DO wait
This commit is contained in:
parent
cd976b3f49
commit
01c4e279d0
4 changed files with 63 additions and 21 deletions
|
|
@ -152,6 +152,7 @@
|
|||
|
||||
|
||||
Var CanResetTouch = 0
|
||||
Var CountDownReset = 0
|
||||
Var strTouchScreen = " Reset Touch : disable."
|
||||
|
||||
</EventOpen>
|
||||
|
|
@ -239,11 +240,20 @@
|
|||
Var Text2_9 = Text2_9 + android_text3_2
|
||||
|
||||
|
||||
|
||||
|
||||
If AndroidTouchScreenHeartBeat = "-" Then
|
||||
Var strTouchScreen = " Reset Touch : Disable."
|
||||
Else
|
||||
Var strTouchScreen = " Reset Touch : " + AndroidTouchScreenHeartBeat
|
||||
Var CanResetTouch = 1
|
||||
DEBUGVAR CountDownReset
|
||||
If CountDownReset = 0 Then
|
||||
Var strTouchScreen = " Reset Touch : " + AndroidTouchScreenHeartBeat
|
||||
Var CanResetTouch = 1
|
||||
Else
|
||||
Var Timeout = 0
|
||||
Var strTouchScreen = " Reset Touch : " + CountDownReset
|
||||
Var CanResetTouch = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue