TAP_Channel_Scale

int TAP_Channel_Scale(int mainSub, long x, long y, long w, long h, bool anim)

It changes the size of screen.

  • mainSub : 1 = main screen, 0 = sub screen.
  • x, y : upper-left coordinate of the screen.
  • w,h : width and height of the screen.
  • anim : if TRUE, it is scaled smoothly.
Return value : If 0, there is no errors.

Additional Documentation

Add any additional documentation here.