added initial support of mousekeys to ps2_vusb
This commit is contained in:
parent
4f5f1a53d4
commit
0632618d29
14 changed files with 676 additions and 270 deletions
12
ps2_vusb/mousekey.h
Normal file
12
ps2_vusb/mousekey.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef MOUSEKEY_H
|
||||
#define MOUSEKEY_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "host.h"
|
||||
|
||||
void mousekey_decode(uint8_t code);
|
||||
bool mousekey_changed(void);
|
||||
void mousekey_send(void);
|
||||
void mousekey_clear_report(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue