Lines Matching refs:button
34 # Imitate xterm's BtnCode() function, to enumerate the possible inputs (button,
44 # - Buttons 1, 2, and 3 are left-to-right assignments on a 3-button mouse.
89 my $button;
96 for $button ( -1 .. $maxbutton ) {
97 next if ( $button == 3 );
100 if ( $button < 0 ) {
104 $result += $button & 3;
105 if ( $button & 4 ) {
108 if ( $button & 8 ) {
113 my $report = sprintf "%s%s%s", &ButtonName($button),