mickelson / sfml-pi

SFML on Linux without X11 using DRM/KMS (or dispmanx on RPi0-3)
Other
62 stars 26 forks source link

Merge with SFML v2.4.2 #3

Closed Ravirael closed 7 years ago

Ravirael commented 7 years ago

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.

mickelson commented 7 years ago

Thanks!