LuaAuxLib 메서드
5653 단어 Lua
기본 명령
터치 명령
KeyPress --(virtual_key, 0)=KeyPress
--(virtual_key, 1)=KeyDown
--(virtual_key, 2)=KeyUp
Swipe --(x1,y1,x2,y2,time)=Swipe
Tap --(x, y)=Tap
--(x, y, time)=Touch
TouchOperation --(0, x, y, id, 0)=TouchDown
--(1, x, y, id, time)=TouchMove
--(2, 0, 0, id, 0)=TouchUp
WritePointerInput --(0, x, y, id, 0)=TouchDownEvent
--(1, x, y, id, time)=TouchMoveEvent
--(2, 0, 0, id, 0)=TouchUpEvent 색상 명령
CmpColor
CmpColorEx
ColorDiff
ColorToRGB
FindColor
FindMultiColor
GetColorNum
GetPixelColor
GetPixelRGB
RGB 이미지 명령
FindPicture
EnableFrameBufferCapture
KeepReleaseScreenSnapshot
GetKeepState
SnapShot 문자 명령
SetDict
UseDict
SetRowsNumber
SetOffsetInterval
FindStr
Ocr
SmartOcr 장치 명령
GetDeviceID
GetScreenInfo
--(0)=GetScreenX,
--(1)=GetScreenY,
--(2)=GetScreenColorDep,
--(3)=GetScreenRotation
GetRunningApp
GetSdcardDir
GetAppDataPath
KeepScreen
PlaySound
StopPlay
SetScreenScale
Shake
Vibrate 기타 명령
Sleep
SendText
TracePrint
ShowMessage
RunApp
KillApp
ExtractAttachment
SetControlBarPos
SetAppSpeed 인터페이스 구성
ReadConfig
WriteConfig 인터페이스 명령
창조 컨트롤
UI_NewLayout
UI_NewRow
UI_AddTextView
UI_AddEditText
UI_AddButton
UI_AddRadioGroup
UI_AddCheckBox
UI_AddImageView
UI_AddSpinner
UI_AddLine
UI_AddWebView
UI_AddTabOpt 재설정 컨트롤
UI_SetTextView
UI_SetEditText
UI_SetButton
UI_SetRadioGroup
UI_SetCheckBox
UI_SetImageView
UI_SetSpinner
UI_SetLine
UI_SetWebView 등록 정보
UI_SetText
UI_SetTitleText
UI_SetTextSize
UI_SetEnabled
UI_SetVisible
UI_SetColor
UI_SetEditInputType
UI_GetText
UI_GetTitleText
UI_GetEnabled
UI_GetColor
UI_GetVisible 메서드
UI_GetValue
UI_Show
UI_Close
UI_ProFileHandle
UI_SetFullScreen
UI_SetPadding
UI_SetGravity 이벤트
UI_SetOnEvent 정적 이벤트
UIP_GetAttribute
UIP_SetAttribute 확장 명령
장치 명령
DEVICE_GetDeviceInfo
--(0)=Device.Getip,
--(1)=Device.GetImsi,
--(2)=Device.GetModel,
--(3)=Device.GetIccid,
--(4)=GetNetworkTime
GetDPI 전화 명령
PhoneCall
SendSMS 시스템 명령
GetClipText
SetClipText
ClearAppCache
ClearMemory
GetBatteryLevel
GetFront
AppIsFront
IsRunning
MemorySearch
MemoryRead
MemoryWrite
EngineVersion
OsVersion 파일 명령
DIR_Copy
DIR_Create
DIR_Delete
DIR_Exist
DIR_Rename 로그 명령
Logging_Open
Logging_Close 문자열 명령
UTF8_InStr
UTF8_InStrRev
UTF8_Left
UTF8_Length
UTF8_StrCut
UTF8_Mid
UTF8_Right
UTF8_StringReverse
UTF8_StrnComp 복호화(인코딩) 명령
Encode_Md5
Encode_GetJsonLib 네트워크 주소
URL_OperationGet
URL_OperationPost 표준 라이브러리 함수
수학 함수
VBS_Round
VBS_SGN 문자열 함수
VBS_InStr
VBS_InStrRev
VBS_STRCUT
VBS_STRMID
VBS_Relpace
VBS_STRCMP
VBS_STRNCMP
VBS_GetBaseString 배열 함수
NewArray
StringSplit
TableClone
TableSize 날짜 시간 함수
GetTickCount
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Lua 카운트다운 도구최근에 Lua가 카운트다운에 사용하는 작은 도구를 쓰고 있는데 대략적인 내용을 공유합니다. 사실 전체적인 사고방식은 매우 간단하다. 바로 시간 스탬프를 필요한 격식으로 바꾸어 시간을 재는 것이다.그러나 계산 정밀도가...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.