No keyboardInsets class in JUCE

Hello guys!

I want to create a mobile application where u can write to several texteditor on one screen. Thus I need to resize the screen when the virtual keyboard on the mobile is shown. According to the documentation, there sould be a class like Displays::Display::keyboardInsets but its not in its place and can’t find in the source code neither.
Any other method to get the height of the onscreen keyboard? Or did I just missed something important?

Regards,
Ervin

Is your copy of JUCE up to date?

nope, i discovered after 3 juce update, my new folder of juce pointed to an older version (dont know why and how). its working now.