GUI: Remove 'sticky button' feature
This feature made pressed buttons wait a few moments before returning to an unpressed state. It was half-implemented, and caused several visual bugs. Fixes #7083.
This commit is contained in:
parent
5e49800901
commit
e30a94e6ff
4 changed files with 5 additions and 46 deletions
|
@ -43,7 +43,6 @@ public:
|
|||
virtual void handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data);
|
||||
virtual void handleKeyUp(Common::KeyState state);
|
||||
virtual void handleKeyDown(Common::KeyState state);
|
||||
virtual void handleTickle();
|
||||
|
||||
const char *getResult() const { return _predictiveResult; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue