mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-03-13 14:00:18 +03:00
Initialize Steam Input so it actually works
This commit is contained in:
parent
4e7e0ef8c4
commit
9ac4042974
@ -14,6 +14,7 @@ namespace Steamworks
|
|||||||
internal override bool InitializeInterface( bool server )
|
internal override bool InitializeInterface( bool server )
|
||||||
{
|
{
|
||||||
SetInterface( server, new ISteamInput( server ) );
|
SetInterface( server, new ISteamInput( server ) );
|
||||||
|
Internal.Init( false );
|
||||||
if ( Interface.Self == IntPtr.Zero ) return false;
|
if ( Interface.Self == IntPtr.Zero ) return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user