mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 21:33:56 +02:00
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