SilverScreen Solid Modeler

The WM_FEED_CHAR Message

The WM_FEED_CHAR Message

Previous topic Next topic  

The WM_FEED_CHAR Message

Previous topic Next topic JavaScript is required for the print function  

SilverEngineEllipse

 

 

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.