You are viewing a single thread.
View all comments 24 points
We can optimize this further:
unsatisfied = true
while(unsatisfied) {
key.dispatch(
Keyboard::Ctrl,
Keyboard::s
)
}
…No, there is no instance where unsatisfied
changes state
4 points
9 points
3 points
4 points