DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- NxWidgets/libnxwidgets/src/ccallback.cxx. For normal keyboard input,
CCallback::newKeyboardEvent()directs the Keyboard to the widget with focus via theCWidgetControl::newKeyboardEvent()method. But the story is different for the NxConsole window. This case,CCallback::newKeyboardEvent(), calls {{nxcon_kbdin()}}.
- nuttx/graphics/nxconsole/nxcon_kbdin.c.
nxcon_kbdin()adds the keyboard data to a circular buffer and wakes up any reads on the/dev/nxcon0input device.
...