mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
add Is64Bit() c function
This commit is contained in:
parent
2251b4a063
commit
f7c0fa2441
@ -49,6 +49,14 @@ void initWindow(uintptr handle){
|
|||||||
setHandle(handle);
|
setHandle(handle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool Is64Bit() {
|
||||||
|
#ifdef RobotGo_64
|
||||||
|
return true;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
MData set_handle_pid(uintptr pid, uintptr isHwnd){
|
MData set_handle_pid(uintptr pid, uintptr isHwnd){
|
||||||
MData win;
|
MData win;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user