SampleApp.MainForm.yLookAtBox_TextChanged C# (CSharp) Method

yLookAtBox_TextChanged() private method

private yLookAtBox_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void yLookAtBox_TextChanged( object sender, EventArgs e )
        {
            if ( !IsUpdating )
            {
                if ( GetFloatValue( yLookAtBox, ref yLookAt ) )
                {
                    UpdateViewMatrix( );
                }
            }
        }
MainForm