Let mouseclicks tick/untick checkboxes

This commit is contained in:
Hisham Muhammad
2008-05-07 23:01:45 +00:00
parent 23615d63a8
commit 15ab0ad706
4 changed files with 3 additions and 3 deletions

View File

@ -37,6 +37,7 @@ static HandlerResult DisplayOptionsPanel_eventHandler(Panel* super, int ch) {
case 0x0a:
case 0x0d:
case KEY_ENTER:
case KEY_MOUSE:
case ' ':
CheckItem_set(selected, ! (CheckItem_get(selected)) );
result = HANDLED;