def test_selectall_copy_paste(self): text = 'test' ti = TextInput(multiline=False, text=text) ti.focus = True self.render(ti) from kivy.base import ...
確定! 回上一頁