fix apps/include/graphics/nxwidgets/cwidgetcontrol.hxx:550:20: error: ‘m_xyinput’ was not declared in this scope

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2020-04-20 12:14:57 +08:00 committed by patacongo
parent 68ed2a2afc
commit 63288eb81f

View File

@ -547,7 +547,11 @@ namespace NXWidgets
inline bool doubleClick(void)
{
#ifdef CONFIG_NX_XYINPUT
return (bool)m_xyinput.doubleClick;
#else
return false;
#endif
}
/**