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:
parent
68ed2a2afc
commit
63288eb81f
@ -547,7 +547,11 @@ namespace NXWidgets
|
||||
|
||||
inline bool doubleClick(void)
|
||||
{
|
||||
#ifdef CONFIG_NX_XYINPUT
|
||||
return (bool)m_xyinput.doubleClick;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user