MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Item_OwnerDraw_HandleKey

Function Item_OwnerDraw_HandleKey

code/ui/ui_shared.cpp:10810–10817  ·  view source on GitHub ↗

================= Item_OwnerDraw_HandleKey ================= */

Source from the content-addressed store, hash-verified

10808=================
10809*/
10810qboolean 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=================

Callers 1

Item_HandleKeyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected