Lua - forms.setsize() - add a description instead of just TODO

This commit is contained in:
adelikat 2017-07-11 08:17:49 -05:00
parent 875597ec24
commit 5978db7036
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ namespace BizHawk.Client.EmuHawk
return Color.FromArgb(a, r, g, b);
}
[LuaMethod("setsize", "TODO")]
[LuaMethod("setsize", "Sets the size of the form or control to the given width or height")]
public void SetSize(int handle, int width, int height)
{
var ptr = new IntPtr(handle);