hi,
this is not really a feature request,
i am adding some bitmask cursors into an application i am building,
they consist of some of the standard cursor types,
i am going to build it into the sfml window package.basically what i will do is have a method say, sfCreate_Cursor(cursor type), and this will automatically hide the default cursor, and display the created cursor which is created from a preset array,
i need this for my prog, i havent seen it in the source or manual, didnt look very hard though, but wanted to know if you would be interested in this
actually now that i think about this the implentation might be difficult, as the cursor would have to be drawn i guess last in a 2d-opengl overlay, so not quite sure how this would fit in, perhaps if it sounds like something that might add to sfml and you interested, you could give thoughts on the implementation,