diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-01-03 00:50:25 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-01-03 01:02:25 +0100 |
| commit | cbd6cab28b6b3d03e9625e9d429f8acaa34aa8a5 (patch) | |
| tree | 4d61f9ed9d313c4a58ad0ee5465d3d94481ede4d /libpsx/include | |
| parent | a9b446f915e3b14a0171cefdc35ff75d1d585ccd (diff) | |
| download | psxsdk-cbd6cab28b6b3d03e9625e9d429f8acaa34aa8a5.tar.gz | |
Provide experimental (non-working) mouse support
Diffstat (limited to 'libpsx/include')
| -rw-r--r-- | libpsx/include/psx.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
