You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Removed SetPersonaName() and GetUserRestrictions().
18
+
19
+
ISteamHTMLSurface:
20
+
* Renamed EMouseCursor to EHTMLMouseCursor, and renamed values to match.
21
+
22
+
ISteamRemotePlay:
23
+
* Removed BStartRemotePlayTogether() since it's always available when a supported game launches.
24
+
* Added ShowRemotePlayTogetherUI() to show the Remote Play Together UI in the game overlay.
25
+
* Added functions to get remote keyboard and mouse input directly instead of simulating local input: BEnableRemotePlayTogetherDirectInput(), DisableRemotePlayTogetherDirectInput(), GetInput(), SetMouseVisibility(), SetMousePosition(), CreateMouseCursor(), SetMouseCursor().
26
+
27
+
ISteamUGC:
28
+
* Added SetSubscriptionsLoadOrder() to allow changing the load order.
29
+
* Added SetItemsDisabledLocally() set an item as locally disabled or not.
30
+
* GetNumSubscribedItems() and GetSubscribedItems() also takes an optional boolean to return locally disabled items as well.
0 commit comments