view src/events.h @ 33:a68786b9c74b

Oops, used indent with tabs enabled. Remove tabs.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 15:59:33 +0300
parents 8eaf72e2041b
children
line wrap: on
line source

/*
 *        events.h
 *        AYM 1998-11-09
 */


/*
The idea here is to have the application generate
events internally (as opposed to X event passed
by get_input_status()).
It's still _only_ an idea ; this API is bogus.
*/

void init_event();
void send_event(int);
int has_event();
int has_event(int);
int has_key_press_event();
int get_event();