|
||
|
The WM_FEED_CHAR Message |
|
WM_FEED_CHAR is a Win32 application message (declared in silver.h) that allows a SilverEngine developer to return a keycode via inchar or nextkey.
If a windows message of WM_FEED_CHAR (from silver.h) is sent to the main application or active view window, then the wParam associated with it is passed though to inchar without translation.
You need not use a predefined keystroke or mouse event with WM_FEED_CHAR, any value will be returned uninterpreted. |