예제 #1
0
파일: Viewer.cs 프로젝트: saihe/Effekseer
 public bool ResizeWindow(int width, int height)
 {
     return(native.ResizeWindow(width, height));
 }