mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
Update test
This commit is contained in:
parent
f354b32945
commit
33aabf197d
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue