<?php $newmask = NCURSES_BUTTON1_CLICKED + NCURSES_BUTTON1_RELEASED;$mask = ncurses_mousemask($newmask, &$oldmask); if ($mask & $newmask){ printf("All specified mouse options will be supported\n"); }?>