mirror of
https://github.com/vxcontrol/lualibs-winapi.git
synced 2026-07-01 13:54:03 -04:00
11 lines
159 B
Lua
11 lines
159 B
Lua
|
|
local W = require 'winapi'
|
|
|
|
|
|
print(W.show_message("Message","stuff"))
|
|
print(W.show_message("Message","stuff\nand nonsense","yes-no","warning"))
|
|
|
|
|
|
|
|
|