Texts::Input

 

This method catch individual characters as they are typed in the input line.

 

 

Syntax

 

void  Input(

          int c

) ;

 

 

Parameters

 

c

                    the last character typed in the input line.

 

 

Return value

 

This method does not return a value.

 

 

Remarks

 

 

Requirements

 

Header:

          TomoVision_Util.hpp

          TomoVision_Tools.hpp

 

Library:

          TomoVision_Util.lib

          TomoVision_Tools.lib

 

 

Example

 

static          texts  demo ;

 

 

 

See also