From cbd6cab28b6b3d03e9625e9d429f8acaa34aa8a5 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 3 Jan 2021 00:50:25 +0100 Subject: Provide experimental (non-working) mouse support --- libpsx/include/psx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpsx/include') diff --git a/libpsx/include/psx.h b/libpsx/include/psx.h index e972e0c..f1316d0 100644 --- a/libpsx/include/psx.h +++ b/libpsx/include/psx.h @@ -224,6 +224,8 @@ void PSX_InitEx(unsigned int flags); */ void PSX_ReadPad(unsigned short *padbuf, unsigned short *padbuf2); +void PSX_ReadMouse(unsigned short* dig_pad1, unsigned short* adc_pad1); + void PSX_PollPad_Fast(int pad_num, psx_pad_state *pad_state); void PSX_PollPad_Fast_Ex(const unsigned char* const arr, psx_pad_state* const pad_state); -- cgit v1.2.3