Add support for the OpenXR Eye gaze interaction extension
Co-authored-by: Bastiaan Olij <mux213@gmail.com>
This commit is contained in:
parent
a2f90d565a
commit
9e56e7a3ce
18 changed files with 266 additions and 6 deletions
|
|
@ -749,6 +749,11 @@ bool OS_Android::_check_internal_feature_support(const String &p_feature) {
|
|||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (godot_java->has_feature(p_feature)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue