From d97899b6e2c22b4f33f23a8333a03cd323bcd45e Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 9 May 2012 19:31:48 +0000 Subject: NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support for full screen applications git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4716 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/UnitTests/CTextBox/ctextboxtest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NxWidgets/UnitTests/CTextBox') diff --git a/NxWidgets/UnitTests/CTextBox/ctextboxtest.cxx b/NxWidgets/UnitTests/CTextBox/ctextboxtest.cxx index e54bd4e6a..07a1f116d 100644 --- a/NxWidgets/UnitTests/CTextBox/ctextboxtest.cxx +++ b/NxWidgets/UnitTests/CTextBox/ctextboxtest.cxx @@ -272,7 +272,7 @@ void CTextBoxTest::injectChars(CTextBox *textbox, int nCh, FAR const uint8_t *st (void)nx_kbdchin(handle, string[i]); - // Widget events are normally handled in a modal loop (by calling goModal()). + // Widget events are normally handled in a modal loop. // However, for this case we know when there should be keyboard events pending, // events so we don't have to poll repeatedly. We can just perform a one pass // poll -- cgit v1.2.3