Skip to content

Instantly share code, notes, and snippets.

@codeyash
Created May 21, 2011 13:19
Show Gist options
  • Save codeyash/984513 to your computer and use it in GitHub Desktop.
Save codeyash/984513 to your computer and use it in GitHub Desktop.
autorepeat
//execute for single event of cursor position movable keys
e->isAutoRepeat()
//execute for single event of cursor position movable keys
if (e->isAutoRepeat()==false) {
cursorState(e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment