F12 for screenshot; it's high time to care about TVs

(besides, the EBU gap is also a good guideline for placing UIs on edge)
This commit is contained in:
minjaesong
2019-01-23 03:46:46 +09:00
parent 66b18bf8c5
commit 84ca954a26
6 changed files with 58 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ package net.torvald.terrarum.gamecontroller
/**
* Created by minjaesong on 2016-01-15.
*/
@Deprecated("Use Gdx.Input.Keys")
/*@Deprecated("Use Gdx.Input.Keys")
object DeprecatedAsFuckKey {
val RETURN = 28
@@ -90,4 +90,4 @@ object DeprecatedAsFuckKey {
val PGDN = 209
val HOME = 199
val END = 207
}
}*/