cisst-saw
Loading...
Searching...
No Matches
cmnGetChar.h File Reference

Go to the source code of this file.

Classes

class  cmnGetCharEnvironment

Macros

#define _cmnGetChar_h

Functions

int CISST_EXPORT cmnGetChar (void)

Macro Definition Documentation

◆ _cmnGetChar_h

#define _cmnGetChar_h

Function Documentation

◆ cmnGetChar()

int CISST_EXPORT cmnGetChar ( void )

Global function to get a single character without having to type "return". This function creates and activates a cmnGetCharEnvironment and deletes it at each call. If you need to get multiple characters you should probably use the cmnGetCharEnvironment class.