mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-19 22:33:55 +00:00
update window code style
This commit is contained in:
parent
e7f841be68
commit
22fbae18dd
@ -299,8 +299,8 @@ void initWindow(uintptr handle){
|
|||||||
bool IsValid(){
|
bool IsValid(){
|
||||||
initWindow(initHandle);
|
initWindow(initHandle);
|
||||||
if (!IsAxEnabled(true)) {
|
if (!IsAxEnabled(true)) {
|
||||||
printf("%s\n", "Window:Accessibility API is disabled!\n
|
printf("%s\n", "Window:Accessibility API is disabled!\n"
|
||||||
Failed to enable access for assistive devices.");
|
"Failed to enable access for assistive devices.");
|
||||||
}
|
}
|
||||||
MData actdata = GetActive();
|
MData actdata = GetActive();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user