Skip to content

Instantly share code, notes, and snippets.

@tiegz
Created March 24, 2012 17:50
Show Gist options
  • Save tiegz/2185570 to your computer and use it in GitHub Desktop.
Save tiegz/2185570 to your computer and use it in GitHub Desktop.
boxee.js
boxee.apiMinVersion=7.0;
boxee.reloadOnPageChange = true;
boxee.setMode(boxee.CURSOR_MODE);
boxee.onKeyboardKeyDown = function() {
document.write("TIEG")
}
boxee.onMouseMoveDown = function() {
document.write("MOUSE MOVE DOWN");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment