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
|
|
@ -77,6 +77,13 @@
|
|||
Returns [code]true[/code] if the given action set is active.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_eye_gaze_interaction_supported">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
Returns the capabilities of the eye gaze interaction extension.
|
||||
[b]Note:[/b] This only returns a valid value after OpenXR has been initialized.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_foveation_supported" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue