| | |
| | | using OpenTK.Mathematics; |
| | | using System; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using System.Data; |
| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using System.Windows.Forms; |
| | | using Yw.WinFrmUI.Hydro; |
| | | |
| | | |
| | | |
| | | namespace Yw.WinFrmUI |
| | | namespace Yw.WinFrmUI.Test.Core |
| | | { |
| | | public partial class TestForm : Form |
| | | { |
| | |
| | | |
| | | private void TestForm_Load(object sender, EventArgs e) |
| | | { |
| | | var gl = new OrthoRotate2d(); |
| | | gl.Dock = DockStyle.Fill; |
| | | gl.Initial(); |
| | | this.Controls.Add(gl); |
| | | |
| | | |
| | | } |
| | | |
| | | private void glControl1_MouseClick(object sender, MouseEventArgs e) |
| | | { |
| | | |
| | | } |
| | | |
| | | private void glControl1_MouseDoubleClick(object sender, MouseEventArgs e) |
| | | { |
| | | |
| | | } |
| | | |
| | | private void glControl1_MouseDown(object sender, MouseEventArgs e) |
| | | { |
| | | |
| | | } |
| | | |
| | | private void glControl1_MouseHover(object sender, EventArgs e) |
| | | { |
| | | |
| | | } |
| | | |
| | | private void glControl1_MouseEnter(object sender, EventArgs e) |
| | | { |
| | | |
| | | } |
| | | |
| | | private void glControl1_MouseLeave(object sender, EventArgs e) |
| | | { |
| | | |
| | | } |
| | | |
| | | private void glControl1_MouseMove(object sender, MouseEventArgs e) |
| | | { |
| | | |
| | | } |
| | | |
| | | private void glControl1_MouseUp(object sender, MouseEventArgs e) |
| | | { |
| | | |
| | | } |
| | | |
| | | private void glControl1_Load(object sender, EventArgs e) |
| | | { |
| | | |
| | | } |
| | | |
| | | private void glControl1_Resize(object sender, EventArgs e) |
| | | { |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | } |