HID: reset acceleroeter and gyroscope index in Init

master
wwylele 2017-01-20 23:33:50 +07:00
parent ebe0150635
commit 2c7676d371
1 changed files with 2 additions and 0 deletions

@ -320,6 +320,8 @@ void Init() {
next_pad_index = 0;
next_touch_index = 0;
next_accelerometer_index = 0;
next_gyroscope_index = 0;
// Create event handles
event_pad_or_touch_1 = Event::Create(ResetType::OneShot, "HID:EventPadOrTouch1");