mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 16:33:30 +00:00
OS: Remove native video API only implemented on iOS
See discussion in #43811, it was only implemented on iOS and even that implementation was fairly limited. This would best be provided as plugins for Android and iOS without cluttering the shared OS API.
This commit is contained in:
parent
8976594f4b
commit
35ec0e9be7
13 changed files with 9 additions and 505 deletions
|
@ -827,7 +827,6 @@ bool DisplayServerJavaScript::has_feature(Feature p_feature) const {
|
|||
//case FEATURE_MOUSE_WARP:
|
||||
//case FEATURE_NATIVE_DIALOG:
|
||||
//case FEATURE_NATIVE_ICON:
|
||||
//case FEATURE_NATIVE_VIDEO:
|
||||
//case FEATURE_WINDOW_TRANSPARENCY:
|
||||
//case FEATURE_KEEP_SCREEN_ON:
|
||||
//case FEATURE_ORIENTATION:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue