mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-05 13:15:32 +02:00
Add method get_cell_size()
This commit is contained in:
parent
685884965e
commit
6d112ca0f2
2 changed files with 6 additions and 0 deletions
|
@ -57,6 +57,7 @@ namespace godot
|
|||
int get_rows() const;
|
||||
|
||||
Vector2i get_cursor_pos() const;
|
||||
Vector2 get_cell_size() 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