add basic libretro file wip
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef VKBD_H
|
||||
#define VKBD_H 1
|
||||
|
||||
void virtual_kdb(char *pixels,int vx,int vy);
|
||||
int check_vkey2(int x,int y);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user