================= Item_OwnerDraw_HandleKey ================= */
| 10808 | ================= |
| 10809 | */ |
| 10810 | qboolean Item_OwnerDraw_HandleKey(itemDef_t *item, int key) |
| 10811 | { |
| 10812 | if (item && DC->ownerDrawHandleKey) |
| 10813 | { |
| 10814 | return DC->ownerDrawHandleKey(item->window.ownerDraw, item->window.ownerDrawFlags, &item->special, key); |
| 10815 | } |
| 10816 | return qfalse; |
| 10817 | } |
| 10818 | |
| 10819 | /* |
| 10820 | ================= |