Merge pull request #4939 from german77/MouseInput

InputCommon: Implement full mouse support
This commit is contained in:
bunnei 2020-11-29 22:59:50 -08:00 committed by GitHub
commit 7bc3e80399
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 793 additions and 277 deletions

View file

@ -5,8 +5,6 @@ add_library(input_common STATIC
keyboard.h
main.cpp
main.h
motion_emu.cpp
motion_emu.h
motion_from_button.cpp
motion_from_button.h
motion_input.cpp
@ -19,6 +17,10 @@ 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
udp/client.cpp