From 93b7e52b8240575c0cd1155a62feddac14aa8e70 Mon Sep 17 00:00:00 2001 From: Leonard Ritter Date: Thu, 25 Sep 2014 02:56:02 +0200 Subject: [PATCH] updated uiFindItem() docs in respective to frozen items --- oui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/oui.h b/oui.h index 6b7ad50..163425a 100644 --- a/oui.h +++ b/oui.h @@ -649,6 +649,7 @@ OUI_EXPORT int uiGetFocusedItem(); // if mask is UI_ANY, the first topmost item matching *any* of flags is returned. // otherwise the first item matching (item.flags & flags) == mask is returned. // you may combine box, layout, event and user flags. +// frozen items will always be ignored. OUI_EXPORT int uiFindItem(int item, int x, int y, unsigned int flags, unsigned int mask);