code-disaster / steamworks4j

A thin Java wrapper to access the Steamworks API
https://code-disaster.github.io/steamworks4j/
MIT License
467 stars 64 forks source link

Support for SteamFriends.getFriendGamePlayed() ?? #68

Closed wcomohundro closed 6 years ago

wcomohundro commented 6 years ago

Any chance of someone adding in support for SteamFriends.getFriendGamePlayed() ? Support for this function would help with a matchmaking process that is restricted to FriendOnly lobbies. The java code is rather trivial, but I am afraid the native code/library rebuild is beyond me.

code-disaster commented 6 years ago

Added. Let me know if you run into any issues.