mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-05 13:15:32 +02:00
Move scroll handling to GDScript
Just expose the underlying libtsm methods from gdnative, but write all the logic in gdscript. Makes it much easier to customize and update.
This commit is contained in:
parent
748941f7ff
commit
fae28006cf
3 changed files with 44 additions and 35 deletions
|
@ -56,6 +56,9 @@ public:
|
|||
|
||||
void write(String data);
|
||||
|
||||
void sb_up(int num);
|
||||
void sb_down(int num);
|
||||
|
||||
enum UpdateMode {
|
||||
DISABLED,
|
||||
AUTO,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue