Skip to content

Instantly share code, notes, and snippets.

@kahilkubilay
Created December 26, 2019 22:51
Show Gist options
  • Save kahilkubilay/46619ea74eae29c7bbba5217b26d1e9f to your computer and use it in GitHub Desktop.
Save kahilkubilay/46619ea74eae29c7bbba5217b26d1e9f to your computer and use it in GitHub Desktop.
Javascript İle Oyun Yapımı: Nesnelerin Kontrolü - Çubuk
document.onkeydown = function(e){
console.log(e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment