How to handle button held down in WinAPI?
My program increments counter once if the button is depressed, but it does not increment continuously if the button is held down. How do I acheive that?
My program increments counter once if the button is depressed, but it does not increment continuously if the button is held down. How do I acheive that?