This is simple merge with current master of original SFML repo. Nothing fancy needed to be changed, only resolved CMakeLists.txt conflict and added empty implementation of void WindowImplRPi::setMouseCursorGrabbed(bool grabbed) since it is new pure virtual function in the base class.
Seems to work fine, though it has not been thoroughly tested.
This is simple merge with current master of original SFML repo. Nothing fancy needed to be changed, only resolved CMakeLists.txt conflict and added empty implementation of
void WindowImplRPi::setMouseCursorGrabbed(bool grabbed)
since it is new pure virtual function in the base class.Seems to work fine, though it has not been thoroughly tested.