Page 1 of 1

Window::testClassName depricated in 0.8.2?

Posted: Wed Oct 09, 2013 10:11
by gamecat
I can no longer find Window::testClassName, or any mention of it's removal. What's the recommended alternative?

Re: Window::testClassName depricated in 0.8.2?

Posted: Wed Oct 09, 2013 10:45
by Kulik
Just use C++ RTTI features to achieve the same thing.

If, for some reason, you cannot, please post what you are trying to do.

Re: Window::testClassName depricated in 0.8.2?

Posted: Wed Oct 09, 2013 17:38
by gamecat
Got it. Thanks!