1 2 3 4 5 6 7 8 9 10
#ifndef MELVIX_INPUT_H #define MELVIX_INPUT_H void mouse_install(); char get_mouse(int n); void keyboard_install(); #endif