bastienleonard / pysfml-cython

A Python 2/3 binding for SFML 2, written with Cython
http://pysfml2-cython.readthedocs.org/
Other
68 stars 8 forks source link

Rename RenderWindow.from_window_handle() to create_from_handle() #45

Open bastienleonard opened 12 years ago

bastienleonard commented 12 years ago

This will be more consistent with the SFML convention (these methods all start with a verb), and the “window” part doesn't seen necessary.