mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-05 13:15:32 +02:00
Implement get_cursor_pos()
This commit is contained in:
parent
8c30bec861
commit
575c3875b6
2 changed files with 7 additions and 0 deletions
|
@ -48,6 +48,8 @@ namespace godot
|
|||
void set_rows(const int p_rows);
|
||||
int get_rows() const;
|
||||
|
||||
Vector2 get_cursor_pos() const;
|
||||
|
||||
void set_max_scrollback(const int p_max_scrollback);
|
||||
int get_max_scrollback() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue