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.


Topics - fowlmouth

Pages: [1]
1
C / A couple missing functions
« on: July 17, 2012, 01:02:20 pm »
Hello, I'm currently writing a CSFML wrapper for Nimrod [http://nimrod-code.org/] and I noticed a couple functions aren't exported namely sfMouse_getPosition and sfMouse_setPosition for sfRenderWindow. Before ya'll start hassling me I did see the topic about this from May but I checked and they aren't in HEAD yet. Also I'm wondering what the rationale for not exporting the variants of setPosition()-like functions which can take a vector2 or two arguments, especially when the vector2 variants call the two-argument versions.

If you're interested in the Nimrod wrapper my progress so far is at https://gist.github.com/3104298

Thanks a lot!

Pages: [1]