Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_h_scroll
Method
get_h_scroll
scene/gui/text_edit.cpp:6477–6479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6475
}
6476
6477
int TextEdit::get_h_scroll() const {
6478
return h_scroll->get_value();
6479
}
6480
6481
void TextEdit::set_v_scroll_speed(float p_speed) {
6482
// Prevent setting a vertical scroll speed value under 1.
Callers
7
_sheet_scroll_input
Method · 0.45
_sheet_zoom_on_position
Method · 0.45
reload_text
Method · 0.45
reload_text
Method · 0.45
reload_text
Method · 0.45
get_navigation_state
Method · 0.45
test_text_edit.h
File · 0.45
Calls
1
get_value
Method · 0.45
Tested by
no test coverage detected