mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
310a24da6e
It adds basic input support for: - Standard Bus Mouse - Standard InPort Mouse - Logitech Bus Mouse - Microsoft Bus Mouse - Microsoft InPort Mouse - NEC PC-98 Bus Mouse Untested on PC/AT, but should work.
7 lines
134 B
CMake
7 lines
134 B
CMake
|
|
add_subdirectory(i8042prt)
|
|
add_subdirectory(inport)
|
|
add_subdirectory(kbdclass)
|
|
add_subdirectory(mouclass)
|
|
add_subdirectory(sermouse)
|