input_common: Rewrite mouse
This commit is contained in:
parent
5a785ed794
commit
00834b84dd
7 changed files with 217 additions and 751 deletions
|
@ -1,6 +1,8 @@
|
|||
add_library(input_common STATIC
|
||||
drivers/keyboard.cpp
|
||||
drivers/keyboard.h
|
||||
drivers/mouse.cpp
|
||||
drivers/mouse.h
|
||||
helpers/stick_from_buttons.cpp
|
||||
helpers/stick_from_buttons.h
|
||||
helpers/touch_from_buttons.cpp
|
||||
|
@ -23,10 +25,6 @@ add_library(input_common STATIC
|
|||
gcadapter/gc_adapter.h
|
||||
gcadapter/gc_poller.cpp
|
||||
gcadapter/gc_poller.h
|
||||
mouse/mouse_input.cpp
|
||||
mouse/mouse_input.h
|
||||
mouse/mouse_poller.cpp
|
||||
mouse/mouse_poller.h
|
||||
sdl/sdl.cpp
|
||||
sdl/sdl.h
|
||||
tas/tas_input.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue