From 5317e14c9857ae4e34b64a7fddd6b0e554e3afdb Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 2 Aug 2013 14:55:08 -0500 Subject: [PATCH] fix Button in readme. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b4896c0..01e91c7 100644 --- a/README.md +++ b/README.md @@ -667,11 +667,7 @@ A button which can be focused and allows key and mouse input. ##### Methods: - inherits all from Input. -- **add(text)** - add an item based on a string. -- **select(index)** - select an index of an item. -- **move(offset)** - select item based on current offset. -- **up(amount)** - select item above selected. -- **down(amount)** - select item below selected. +- **press()** - press button. emits `press`. #### ProgressBar (from Input)