http://qs321.pair.com?node_id=399665


in reply to Arcade Menu (Fullscreening a Tk App)

Check out Tk::CursorControl. I believe you want to do
use Tk::CursorControl; $cursor = $main->CursorControl; #hide the cursor when it is over $widget $cursor->hide($widget);
over your main window.