Exemplo n.º 1
0
 public void Dispose()
 {
     ShimManager.RemoveShim(this);
 }
Exemplo n.º 2
0
 public bool IsActive()
 {
     return(ShimManager.IsShimActive(this));
 }
Exemplo n.º 3
0
 public static void SetResolution(int width, int height, FullScreenMode fullscreenMode, [uei.DefaultValue("0")] int preferredRefreshRate)
 {
     ShimManager.GetActiveShim().SetResolution(width, height, fullscreenMode, preferredRefreshRate);
 }