in reply to WxPerl x,y coordinates
my $p = $e->GetEventObject->ClientToScreen($e->GetPosition()); my $x = $p->x; my $y = $p->y; [download]