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

Method accessibility_update_set_value

servers/display_server.cpp:751–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749}
750
751void DisplayServer::accessibility_update_set_value(const RID &p_id, const String &p_value) {
752 if (accessibility_driver) {
753 accessibility_driver->accessibility_update_set_value(p_id, p_value);
754 }
755}
756
757void DisplayServer::accessibility_update_set_tooltip(const RID &p_id, const String &p_tooltip) {
758 if (accessibility_driver) {

Callers 13

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

Calls

no outgoing calls

Tested by 1

_notificationMethod · 0.36