comparison stateview.c @ 1196:74e77aec9004

Fix stateview and vgmplay targets
author Michael Pavone <pavone@retrodev.com>
date Tue, 24 Jan 2017 23:00:56 -0800
parents 928a65750345
children c95893007a83
comparison
equal deleted inserted replaced
1195:b8ba086b96ed 1196:74e77aec9004
57 57
58 void handle_joy_dpad(int joystick, int dpadnum, uint8_t value) 58 void handle_joy_dpad(int joystick, int dpadnum, uint8_t value)
59 { 59 {
60 } 60 }
61 61
62 void handle_joy_added(int joystick)
63 {
64 }
65
62 void handle_mousedown(int mouse, int button) 66 void handle_mousedown(int mouse, int button)
63 { 67 {
64 } 68 }
65 69
66 void handle_mouseup(int mouse, int button) 70 void handle_mouseup(int mouse, int button)