Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.56 KB

View.md

File metadata and controls

56 lines (30 loc) · 1.56 KB

Class lwtk.love.View

Contents

Inheritance

Constructor

  • love.View(window, initParams)

Methods

  • love.View:close()

  • love.View:isClosed()

  • love.View:postRedisplay(x, y, w, h)

  • love.View:setFrame(x, y, w, h)

  • love.View:setMaxSize()

  • love.View:setMinSize()

  • love.View:setSize(w, h)

  • love.View:show()

Inherited Methods