CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 15:47:18 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/immersive-web/webxr.git
etag: W/"4e23609e9b1a80632b6515a740aa2296"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=wnj1fIm8BmeBnEyLf%2BsGX5fBuuznV7esRlGzY0A9aRka5RFG2J1Y7qVJ1TbFuod9wugNoYebdkXgF9WItA4KtnkpnFGHvrU8si5BS%2Fp%2BQPkz%2Bb3lSt2OBc7IzCPYz%2BzMjZH0LPofdiWyeYMs3HqndPaemmULj1ryC2ow06Pp6tjMxE25ZXIYoAs4mekWZGBY1BSyG16Ua27Db0q9b3IuzuaLgM0eMhlWaZb8%2FVgkFHUyWa5QWXeep202k%2FP70srkTgKBWufsQ8ts539AoPwe1A%3D%3D--rWVwQJ9sxv%2BGj5yv--5TlTAK%2B%2BoKrvdOz1i4o1mA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1613376120.1752940038; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 15:47:18 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 15:47:18 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: AAE4:46557:63711E:7CA249:687BBE06
Add XRInputSource `profiles` attribute (#695) · immersive-web/webxr@b68280b · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 401
Commit b68280b
authored
Add XRInputSource
Fixes #550.
Removed any logic regarding using the gamepad id for rendering or
layout identification and introduces a `profiles` attribute to
`XRInputSource` in it's place. The `profiles` is a list of identifiers in
descending order of preference that allows for sensible fallback
behavior for newer or less common devices.profiles
attribute (#695)1 parent ada0759 commit b68280bCopy full SHA for b68280b
File tree
Expand file treeCollapse file tree
2 files changed
+48
-28
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+48
-28
lines changed+20-7Lines changed: 20 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1402 | 1402 |
| |
1403 | 1403 |
| |
1404 | 1404 |
| |
| 1405 | + | |
1405 | 1406 |
| |
1406 | 1407 |
| |
1407 | 1408 |
| |
| |||
1419 | 1420 |
| |
1420 | 1421 |
| |
1421 | 1422 |
| |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
1422 | 1441 |
| |
1423 | 1442 |
| |
1424 | 1443 |
| |
| |||
1524 | 1543 |
| |
1525 | 1544 |
| |
1526 | 1545 |
| |
| 1546 | + | |
1527 | 1547 |
| |
1528 | 1548 |
| |
1529 | 1549 |
| |
1530 | 1550 |
| |
1531 |
| - | |
1532 |
| - | |
1533 |
| - | |
1534 |
| - | |
1535 |
| - | |
1536 |
| - | |
1537 |
| - | |
1538 | 1551 |
| |
1539 | 1552 |
| |
1540 | 1553 |
| |
|
+28-21Lines changed: 28 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
231 |
| - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
232 | 234 |
| |
233 | 235 |
| |
234 |
| - | |
235 |
| - | |
236 |
| - | |
237 |
| - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
238 | 239 |
| |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 |
| - | |
| 240 | + | |
243 | 241 |
| |
244 |
| - | |
245 |
| - | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
246 | 260 |
| |
247 | 261 |
| |
248 | 262 |
| |
| |||
285 | 299 |
| |
286 | 300 |
| |
287 | 301 |
| |
| 302 | + | |
288 | 303 |
| |
289 | 304 |
| |
290 | 305 |
| |
291 |
| - | |
292 |
| - | |
293 |
| - | |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
| 306 | + | |
301 | 307 |
| |
302 | 308 |
| |
303 | 309 |
| |
| |||
413 | 419 |
| |
414 | 420 |
| |
415 | 421 |
| |
| 422 | + | |
416 | 423 |
| |
417 | 424 |
| |
418 | 425 |
| |
|
You can’t perform that action at this time.
0 commit comments