Skip to content

window self sizeChanged function

xu_whale edited this page Dec 4, 2019 · 4 revisions

title: window:sizeChanged(function a) comments: false

简介

设置页面宽或高变化时的回调

  • @param a function 回调格式:
function(number w,number h) 
	 ---w:页面宽度 
	 ---h:页面高度 
end ```
Clone this wiki locally