UI Remote Controller reworked (now 90% less stupidity)

This commit is contained in:
minjaesong
2018-08-30 17:24:53 +09:00
parent e7a1a8ca85
commit 6c4c0214a1
25 changed files with 348 additions and 27 deletions

View File

@@ -24,6 +24,7 @@ import javax.swing.*
*
* Created by minjaesong on 2017-02-05.
*/
@Deprecated("Use Gdx.input.GetTextInput")
class IMStringReader(feedInput: (String) -> Unit, message: String? = null) : JFrame() {
private val inputArea = JTextField()