| 464 | } |
| 465 | |
| 466 | void ItemBox::notifyKeyButtonPressed(Widget* _sender, KeyCode _key, Char _char) |
| 467 | { |
| 468 | eventNotifyItem(this, IBNotifyItemData(getIndexByWidget(_sender), IBNotifyItemData::KeyPressed, _key, _char)); |
| 469 | } |
| 470 | |
| 471 | void ItemBox::notifyKeyButtonReleased(Widget* _sender, KeyCode _key) |
| 472 | { |
nothing calls this directly
no test coverage detected