diff options
Diffstat (limited to 'meta/3rd/lovr/library/lovr.system.lua')
-rw-r--r-- | meta/3rd/lovr/library/lovr.system.lua | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/3rd/lovr/library/lovr.system.lua b/meta/3rd/lovr/library/lovr.system.lua index d3255f75..35161332 100644 --- a/meta/3rd/lovr/library/lovr.system.lua +++ b/meta/3rd/lovr/library/lovr.system.lua @@ -19,7 +19,13 @@ function lovr.system.getCoreCount() end function lovr.system.getOS() end --- ----Requests permission to use a feature. Usually this will pop up a dialog box that the user needs to confirm. Once the permission request has been acknowledged, the `lovr.permission` callback will be called with the result. Currently, this is only used for requesting microphone access on Android devices. +---Requests permission to use a feature. +--- +---Usually this will pop up a dialog box that the user needs to confirm. +--- +---Once the permission request has been acknowledged, the `lovr.permission` callback will be called with the result. +--- +---Currently, this is only used for requesting microphone access on Android devices. --- ---@param permission lovr.Permission # The permission to request. function lovr.system.requestPermission(permission) end |