Maa Framework (main) v2.2.0-beta.3
A automation black-box testing framework based on image recognition.
Loading...
Searching...
No Matches
MaaUtility.h
Go to the documentation of this file.
1
10// IWYU pragma: private, include <MaaFramework/MaaAPI.h>
11
12#pragma once
13
14#include "../MaaDef.h"
15#include "../MaaPort.h"
16
17#ifdef __cplusplus
18extern "C"
19{
20#endif
21
23
29
30#ifdef __cplusplus
31}
32#endif
uint8_t MaaBool
Definition MaaDef.h:18
uint64_t MaaOptionValueSize
Definition MaaDef.h:68
MaaOption MaaGlobalOption
Definition MaaDef.h:70
void * MaaOptionValue
Definition MaaDef.h:67
#define MAA_FRAMEWORK_API
Definition MaaPort.h:36
MAA_FRAMEWORK_API const char * MaaVersion()
MAA_FRAMEWORK_API MaaBool MaaSetGlobalOption(MaaGlobalOption key, MaaOptionValue value, MaaOptionValueSize val_size)