Returned mouse_reset() to where it was and split off the call to mouse_close() to pc_reset_hard_close().

This commit is contained in:
OBattler
2018-01-29 01:19:49 +01:00
parent af0482bd04
commit 704e2ac3ae
5 changed files with 19 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
*
* Definitions for the mouse driver.
*
* Version: @(#)mouse.h 1.0.13 2018/01/26
* Version: @(#)mouse.h 1.0.14 2018/01/29
*
* Authors: Miran Grca, <mgrca8@gmail.com>
* Fred N. van Kempen, <decwiz@yahoo.com>
@@ -58,6 +58,7 @@ extern device_t mouse_ps2_device;
#endif
extern void mouse_init(void);
extern void mouse_close(void);
extern void mouse_reset(void);
extern void mouse_set_buttons(int buttons);
extern void mouse_process(void);