Mouse delay



Hi I'm noob programing I need delay before clicking left button like 1 ms or below thx to help me
Hello CPLNet,

You could try this std::this_thread::sleep_for(std::chrono::miliseconds(1)); // <--- Needs header files chrono" and "thread".

Andy
Topic archived. No new replies allowed.