MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / accessibility_create_sub_element

Method accessibility_create_sub_element

servers/display_server.cpp:651–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651RID DisplayServer::accessibility_create_sub_element(const RID &p_parent_rid, DisplayServer::AccessibilityRole p_role, int p_insert_pos) {
652 if (accessibility_driver) {
653 return accessibility_driver->accessibility_create_sub_element(p_parent_rid, p_role, p_insert_pos);
654 } else {
655 return RID();
656 }
657}
658
659RID DisplayServer::accessibility_create_sub_text_edit_elements(const RID &p_parent_rid, const RID &p_shaped_text, float p_min_height, int p_insert_pos) {
660 if (accessibility_driver) {

Callers 10

_notificationMethod · 0.45
_notificationMethod · 0.45
_notificationMethod · 0.45
_notificationMethod · 0.45
_notificationMethod · 0.45
_notificationMethod · 0.45
_notificationMethod · 0.45

Calls 1

RIDClass · 0.85

Tested by

no test coverage detected