Appearance
Gets the current screen resolution.
Ham.getResolution()
integer
local width, height = Ham.getResolution() print("Resolution: " .. width .. "x" .. height)