コード例 #1
0
ファイル: MeshMLViewerCore.cs プロジェクト: zhangf911/KlayGE
 public void MouseMove(int x, int y, uint button)
 {
     MeshMLViewerCoreImporter.MouseMove(core_, x, y, button);
 }