mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 06:33:56 +00:00
Update test
This commit is contained in:
parent
f354b32945
commit
33aabf197d
@ -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