mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-03 07:33:55 +00:00
Update test
This commit is contained in:
parent
ffa16caedf
commit
e8d7d6e9f8
@ -411,6 +411,7 @@ func ShowAlert(title, msg string, args ...string) int {
|
||||
amsg := C.CString(msg)
|
||||
adefaultButton := C.CString(defaultButton)
|
||||
acancelButton := C.CString(cancelButton)
|
||||
|
||||
cbool := C.aShowAlert(atitle, amsg, adefaultButton, acancelButton)
|
||||
ibool := int(cbool)
|
||||
return ibool
|
||||
|
Loading…
Reference in New Issue
Block a user