| 1024 | } |
| 1025 | |
| 1026 | void ItemBox::onKeyButtonReleased(KeyCode _key) |
| 1027 | { |
| 1028 | Base::onKeyButtonReleased(_key); |
| 1029 | |
| 1030 | eventNotifyItem(this, IBNotifyItemData(ITEM_NONE, IBNotifyItemData::KeyReleased, _key)); |
| 1031 | } |
| 1032 | |
| 1033 | } // namespace MyGUI |
nothing calls this directly
no test coverage detected