Skip to content

Instantly share code, notes, and snippets.

View talgautb's full-sized avatar
💭
¯\_(ツ)_/¯

Talgat Uspanov talgautb

💭
¯\_(ツ)_/¯
View GitHub Profile
@talgautb
talgautb / Samsung Smart Tv keys
Created March 4, 2014 12:02
Don't forget to remove the name of the scene and unnecessary buttons
Scene.prototype.handleKeyDown = function (keyCode) {
switch (keyCode) {
case sf.key.LEFT:
this.keyLeft();
break;
case sf.key.RIGHT:
this.keyRight();
break;
case sf.key.UP:
this.keyUp();