Home | History | Annotate | Download | only in basicgesturedetect

Lines Matching refs:buttons

120                     touchTypeDescription += ", buttons pressed: " + getButtonsPressed(e);
140 * Returns a human-readable string listing all the stylus buttons that were pressed when the
145 String buttons = "";
148 buttons += " primary";
152 buttons += " secondary";
156 buttons += " tertiary";
160 buttons += " back";
164 buttons += " forward";
167 if (buttons.equals("")){
168 buttons = "none";
171 return buttons;