- Adaptat exemple a la nova API
- [NEW] viewport.resetClipping()
This commit is contained in:
@@ -161,6 +161,9 @@ viewport = {}
|
||||
---Set the current clipping region
|
||||
function viewport.setClipping(x, y, w, h) end
|
||||
|
||||
---reset the current clipping region to the entire window
|
||||
function viewport.resetClipping() end
|
||||
|
||||
---@param x number
|
||||
---@param y number
|
||||
---Set the current origin position
|
||||
|
||||
Reference in New Issue
Block a user