Input: rename misleading ThreadProc to process

This commit is contained in:
Megamouse 2022-10-21 22:48:38 +02:00
parent e499c3c6e3
commit a16d18d83c
8 changed files with 10 additions and 10 deletions

View file

@ -889,7 +889,7 @@ bool keyboard_pad_handler::bindPadToDevice(std::shared_ptr<Pad> pad, u8 player_i
return true;
}
void keyboard_pad_handler::ThreadProc()
void keyboard_pad_handler::process()
{
static const double stick_interval = 10.0;
static const double button_interval = 10.0;