MentOS  0.8.0
The Mentoring Operating System
mouse.h
Go to the documentation of this file.
1 
11 #pragma once
12 
13 /* The mouse starts sending automatic packets when the mouse moves or is
14  * clicked.
15  */
16 #include "kernel.h"
17 
20 int mouse_initialize(void);
21 
24 int mouse_finalize(void);
25 
int mouse_initialize(void)
Initializes the mouse.
Definition: mouse.c:171
int mouse_finalize(void)
De-initializes the mouse.
Definition: mouse.c:200
Kernel generic data structure and functions.