mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 19:14:05 +09:00
UI Remote Controller reworked (now 90% less stupidity)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user