File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 459459 <PackageTags >fna;xna;net8</PackageTags >
460460 <PackageId >FNA.NET</PackageId >
461461 <Copyright >Copyright 2026 FNA-NET</Copyright >
462- <VersionPrefix >2.2.8 .2602</VersionPrefix >
462+ <VersionPrefix >2.2.9 .2602</VersionPrefix >
463463 <VersionSuffix ></VersionSuffix >
464464 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
465465
Original file line number Diff line number Diff line change @@ -2352,7 +2352,7 @@ private static unsafe ulong GetFirstPhysicalTouchDeviceId()
23522352 var id = ( ulong ) Marshal . ReadInt64 ( touchDeviceIDs , i * sizeof ( ulong ) ) ;
23532353 var deviceName = SDL . SDL_GetTouchDeviceName ( id ) ;
23542354
2355- if ( deviceName . Contains ( "Virtual" ) || deviceName . Contains ( "pen_input" ) || ( long ) id == - 2 )
2355+ if ( deviceName . Contains ( "Virtual" ) || deviceName . Contains ( "pen_input" ) || ( long ) id < 0 )
23562356 continue ;
23572357
23582358 SDL . SDL_free ( touchDeviceIDs ) ;
You can’t perform that action at this time.
0 commit comments