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

Author Topic: Custom cursors are missing from .Net bindings  (Read 7066 times)

0 Members and 1 Guest are viewing this topic.

anonymous_vegetable

  • Newbie
  • *
  • Posts: 1
    • View Profile
Custom cursors are missing from .Net bindings
« on: September 11, 2021, 06:29:10 pm »
From what I can tell, the class for custom cursors is missing from the .Net SFML bindings. Assuming this wasn't just an oversight, is there any particular reason for this decision?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: Custom cursors are missing from .Net bindings
« Reply #1 on: September 27, 2021, 08:42:30 am »
Seems like you're using an older version of SFML.NET.
See the Cursor implementation here: https://github.com/SFML/SFML.Net/blob/master/src/SFML.Window/Cursor.cs
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything