My version of conio.h include file that some portions of code provided by SensAble require. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/poll.h>
#include <termios.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
Go to the source code of this file.
| |
static struct termios term_attribs | term_attribs_old |
int | _kbhit () |
waits for user input on keyboard | |
int | getch () |
gets character from keyboard input | |
static void | restore_term (void) |
My version of conio.h include file that some portions of code provided by SensAble require.
All credits go to SensAble.
Copyright (c) 2005 SensAble Technologies, Inc. All rights reserved.
OpenHaptics(TM) toolkit. The material embodied in this software and use of this software is subject to the terms and conditions of the clickthrough Development License Agreement.
For questions, comments or bug reports, go to forums at: http://dsc.sensable.com
Module Name:
Description:
Console functionality required by example code.
Definition in file conio.h.
int _kbhit | ( | ) |
int getch | ( | ) |
struct termios term_attribs term_attribs_old [static] |