Hacker News new | ask | show | jobs
by AshamedCaptain 1694 days ago
You certainly can, but the problem is that there is no agreed standard from the toolkits to do it. E.g. Qt has its own way.
1 comments

Why does QT needs to be smarter ? Just asking.
Qt runs on platforms where there is literally only a kernel + the Qt app running, through for instance EGL for rendering. So it has to have its own way.