bump to ps2x2pico-1.0 pre-release (#164)

This commit is contained in:
No0ne
2024-03-28 18:35:08 +01:00
committed by GitHub
parent 444cd71ab5
commit f027654ad1
3 changed files with 12 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ void ph_ps2_kbd_send_key(u8 key, bool state);
void ms_init(u8 gpio);
bool ms_task();
void ms_send_packet(u8 buttons, s8 x, s8 y, s8 h, s8 v);
void ms_send_movement(u8 buttons, s8 x, s8 y, s8 z);
void ph_ps2_mouse_send_button(u8 button, bool state);
void ph_ps2_mouse_send_rel(s8 x, s8 y);
void ph_ps2_mouse_send_wheel(s8 h, s8 v);