#ifndef VKBD_H #define VKBD_H 1 void virtual_kdb(char *pixels,int vx,int vy); int check_vkey2(int x,int y); #endif