FFACETools.FFACE.CKHSetKey C# (CSharp) Method

CKHSetKey() private method

private CKHSetKey ( int instanceID, KeyCode key, bool down ) : void
instanceID int
key KeyCode
down bool
return void
        private static extern void CKHSetKey(int instanceID, KeyCode key, bool down);
FFACE