Skip to content

Commit

Permalink
docs(codes): Android Support: Basic Controls and Input + Display (#603)
Browse files Browse the repository at this point in the history
* docs(codes): Android Support: Basic Controls and Input + Display
---------

Co-authored-by: Nicolas Munnich <[email protected]>
  • Loading branch information
KingCoinless and Nick-Munnich authored Oct 20, 2024
1 parent a057e4c commit 7293037
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/src/data/hid.js
Original file line number Diff line number Diff line change
Expand Up @@ -5024,7 +5024,7 @@ export default [
os: {
windows: false,
linux: true,
android: null,
android: true,
macos: null,
ios: null,
},
Expand Down Expand Up @@ -5150,7 +5150,7 @@ export default [
os: {
windows: false,
linux: true,
android: null,
android: false,
macos: null,
ios: null,
},
Expand All @@ -5171,7 +5171,7 @@ export default [
os: {
windows: true,
linux: true,
android: null,
android: true,
macos: true,
ios: true,
},
Expand All @@ -5192,7 +5192,7 @@ export default [
os: {
windows: true,
linux: true,
android: null,
android: true,
macos: true,
ios: true,
},
Expand All @@ -5213,7 +5213,7 @@ export default [
os: {
windows: false,
linux: true,
android: null,
android: false,
macos: null,
ios: null,
},
Expand All @@ -5234,7 +5234,7 @@ export default [
os: {
windows: false,
linux: true,
android: null,
android: false,
macos: null,
ios: null,
},
Expand All @@ -5255,7 +5255,7 @@ export default [
os: {
windows: false,
linux: true,
android: null,
android: false,
macos: null,
ios: null,
},
Expand All @@ -5276,7 +5276,7 @@ export default [
os: {
windows: false,
linux: true,
android: null,
android: false,
macos: null,
ios: null,
},
Expand Down Expand Up @@ -6011,7 +6011,7 @@ export default [
os: {
windows: false,
linux: true,
android: null,
android: false,
macos: null,
ios: null,
},
Expand Down Expand Up @@ -6179,7 +6179,7 @@ export default [
os: {
windows: false,
linux: true,
android: null,
android: false,
macos: null,
ios: null,
},
Expand Down

0 comments on commit 7293037

Please sign in to comment.