summaryrefslogtreecommitdiff
path: root/luals-stubs/display.lua
blob: 74bcdca967fdf859c33071fe211856280f85ad89 (plain)
1
2
3
4
5
6
7
8
9
--- @meta

--- The `display` module contains Properties relating to the device's physical
--- display.
--- @class display
--- @field brightness Property The screen's current brightness, as a gamma-corrected percentage value from 0 to 100.
local display = {}

return display