rds1983 / Myra

UI Library for MonoGame, FNA and Stride
MIT License
704 stars 93 forks source link

Is it possible to use an id to get an control? #347

Closed RickyYCheng closed 2 years ago

RickyYCheng commented 2 years ago

Is there a method(in monogame) to get a control using the id of it?

RickyYCheng commented 2 years ago

I've found the method Desktop.GetWidgetByID, which uses a desktop instance but not a static class. Closed.