Hi,
I am creating a certain graphical tool and would like to implement a system that can detect and react to keys being held down for more than just a key press (sort of like how in Explorer, for example, when you select a file and press one of the arrows it moves your selection once, and then after the key is held for a second it starts moving fast).
What would be an efficient way to do such a thing while having the rest of the application run normally?
I am creating a certain graphical tool and would like to implement a system that can detect and react to keys being held down for more than just a key press (sort of like how in Explorer, for example, when you select a file and press one of the arrows it moves your selection once, and then after the key is held for a second it starts moving fast).
What would be an efficient way to do such a thing while having the rest of the application run normally?
Comment