Files
libretro-atari800/libretro/vkbd.h
T
2015-12-15 01:01:43 +01:00

8 lines
117 B
C

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