Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Tronic

Pages: 1 [2]
16
Feature requests / SetCursor() for sf::Window
« on: August 13, 2010, 02:55:27 am »
This SetCursor should use a hardware cursor, which is not possible to do if you simply paint a sprite yourself. The hardware cursor has lower lag (doesn't need to wait for next OpenGL frame to get displayed) and in windowed mode it may partially go outside window borders.

The drawbacks of a hardware cursor are that RGBA cursors might not be supported on all platforms and that the maximum size of the cursor might also be limited.

Still, I think this feature should be added, even if not high priority.

Pages: 1 [2]