Skip to content

Commit

Permalink
Add transient-pointer targetRayMode (#33740)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeblx authored Jun 10, 2024
1 parent 5328b0b commit e3799b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/en-us/web/api/xrinputsource/targetraymode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ the user. The possible values are:
- : The direction of the target ray is indicated using a tap on a touch screen, mouse, or other tactile input device.
- `tracked-pointer`
- : Targeting is being performed using a handheld device or hand-tracking system which the user points in the direction of the target. The target ray extends from the hand (or the object in the hand) in the targeted direction. The direction is determined using platform-specific rules, though if no such rules exist, the direction is chosen by assuming the user is pointing their index finger straight out from their hand.
- `transient-pointer`
- : The input source was generated as part of an operating system interaction intent rather than a specific piece of hardware. Some examples include user intents based on information too sensitive to expose directly such as gaze, synthesized inputs from web drivers, or inputs generated by assistive technologies.

## Usage notes

Expand Down

0 comments on commit e3799b7

Please sign in to comment.