forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
11
Kha/Tools/macos/std/flash/system/SecurityPanel.hx
Normal file
11
Kha/Tools/macos/std/flash/system/SecurityPanel.hx
Normal file
@ -0,0 +1,11 @@
|
||||
package flash.system;
|
||||
|
||||
@:native("flash.system.SecurityPanel") extern enum abstract SecurityPanel(String) {
|
||||
var CAMERA;
|
||||
var DEFAULT;
|
||||
var DISPLAY;
|
||||
var LOCAL_STORAGE;
|
||||
var MICROPHONE;
|
||||
var PRIVACY;
|
||||
var SETTINGS_MANAGER;
|
||||
}
|
Reference in New Issue
Block a user