NScumm.Sky.Logic.FnCursorUp C# (CSharp) Method

FnCursorUp() private method

private FnCursorUp ( uint a, uint b, uint c ) : bool
a uint
b uint
c uint
return bool
        private bool FnCursorUp(uint a, uint b, uint c)
        {
            _skyMouse.SpriteMouse(MOUSE_UP, 9, 4);
            return true;
        }
Logic