Ventero / FRESteamWorks

SteamWorks API for AIR applications
Other
83 stars 27 forks source link

SetOverlayNotificationPosition() missing? #10

Closed danielborgmann closed 10 years ago

danielborgmann commented 10 years ago

It would be very nice to have access to this function. Unless I'm just not finding it?

Ventero commented 10 years ago

Sure, I'll add that function.

Due to very complicated marshalling/communication between AIR and the native library, every single function needs to be manually added. So if you can't find a function you need in the API list/documentation, I've probably just not implemented it yet.

Ventero commented 10 years ago

I've now implemented the function. For details, see the API documentation. New builds including this function can be found at http://dump.ventero.de/FRESteamWorks/v0.5/.

Confirmation that the function works as expected would be much appreciated!

danielborgmann commented 10 years ago

Awesome, thanks for the quick response!

danielborgmann commented 10 years ago

And it's working fine, thanks again!