- or download this
GetMessage([MIN=0, MAX=0])
...
- the x coordinate at which message occurred
- the y coordinate at which message occurred
If the result code of the message was -1 the function returns undef. N
+ote that this function should not be normally used unless you know ve
+ry well what you're doing.
- or download this
my @message = Win32::GUI->GetMessage();
print "MESSAGE: " . join(",",@message[0..3]) . "\n\n";
- or download this
MESSAGE: 1,49315,17,526238