Functions
conio.cpp File Reference

Conio windows functions source file. More...

#include <phua_haptic/conio.h>
Include dependency graph for conio.cpp:

Go to the source code of this file.

Functions

int _kbhit ()
 waits for user input on keyboard More...
 
int getch ()
 gets character from keyboard input More...
 

Detailed Description

Conio windows functions source file.

Definition in file conio.cpp.

Function Documentation

int _kbhit ( )

waits for user input on keyboard

This functions holds program execution until user presses any key.

Returns
0 if sucessful | errorcode if not

Definition at line 34 of file conio.cpp.

int getch ( )

gets character from keyboard input

This functions holds program execution until user presses any key.

Returns
input char if sucessful | errorcode if not

Definition at line 96 of file conio.cpp.



phua_haptic
Author(s): Pedro Cruz
autogenerated on Mon Mar 2 2015 01:32:36