LineEdit

Is there a possibility to implement a lineedit in pana3d, so I can write text in it? Or must I try to Code it on my Own?

You mean a DirectEntry?

Ok,

But I dont see a method to return the text entered without the enter button pressed. When You press a button, there should be a function to return the text entered. Like directEntry.getText() .

Isn’t it .get() ?

Oh,

Thanks, but where did you get this info and how did you find it?

Have you looked at the API reference page ?

Or in python :
help(DirectEntry)