fix: Fixed issues on windows
feat: Implemented mouse and gamepad automatic switching fix: Made touch screen work better on the steam deck
This commit is contained in:
parent
e4df8fb9fb
commit
b4a89385d0
24 changed files with 334 additions and 137 deletions
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
import { FocusDetails } from '@noriginmedia/norigin-spatial-navigation';
|
||||
import { JSX } from 'react';
|
||||
import * as z from 'zod';
|
||||
|
||||
|
|
@ -14,7 +15,7 @@ export interface GameMeta
|
|||
{
|
||||
id: string,
|
||||
onSelect?: () => void,
|
||||
onFocus?: () => void,
|
||||
onFocus?: (details: FocusDetails) => void,
|
||||
title: string,
|
||||
subtitle: string | JSX.Element,
|
||||
previewUrl?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue