mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
It appears to be working
This commit is contained in:
@@ -22,10 +22,14 @@ VOID CALLBACK notification(
|
||||
{
|
||||
m.lock();
|
||||
|
||||
//std::cout.width(3);
|
||||
//std::cout << (int)LargeMotor << " ";
|
||||
//std::cout.width(3);
|
||||
//std::cout << (int)SmallMotor << std::endl;
|
||||
static int count = 1;
|
||||
|
||||
std::cout.width(3);
|
||||
std::cout << count++ << " ";
|
||||
std::cout.width(3);
|
||||
std::cout << (int)LargeMotor << " ";
|
||||
std::cout.width(3);
|
||||
std::cout << (int)SmallMotor << std::endl;
|
||||
|
||||
m.unlock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user