Hi all.
When I do this:
Win32::GUI::Dialog()
I receive all my events like WM_LBUTTONDOWN (-onMouseDown) once, as
should happen.
When I do this:
while(1) {
Win32::GUI::DoEvents()
print "Loop!\n";
}
I get endless calls to my event handler so long as the mouse button is
down. I h
On approximately 12/9/2003 2:59 AM, came the following characters from
the keyboard of Stephen Pick:
Hi all.
When I do this:
Win32::GUI::Dialog()
I receive all my events like WM_LBUTTONDOWN (-onMouseDown) once, as
should happen.
When I do this:
while(1) {
Win32::GUI::DoEvents()
2 matches
Mail list logo