How can I simulate a key (ctrl) being hold down while some other code is executed? What would be the implementation of the following method?
self ctrlDownWhile: [self doSomething]
|
How can I simulate a key (ctrl) being hold down while some other code is executed? What would be the implementation of the following method?
| ||||
feedback
|