Hi,
It seems that now keyStateChanged is declared in class Component as:
bool keyStateChanged(bool isKeyDown);
instead of
bool keyStateChanged(const bool isKeyDown)
so I think you should change it too in Projucer…
Best
Hi,
It seems that now keyStateChanged is declared in class Component as:
bool keyStateChanged(bool isKeyDown);
instead of
bool keyStateChanged(const bool isKeyDown)
so I think you should change it too in Projucer…
Best
Thank you!