Show More
Commit Description:
Only scroll after a slight delay....
Commit Description:
Only scroll after a slight delay.
Wait about 1/3 of a second before beginning to scroll. Otherwise it becomes too
easy to trigger by mistake when mousing over to the toolbar.
References:
File last commit:
Show/Diff file:
Action:
FNA/lib/FAudio/csharp/FAudio-CS.Core.csproj
19 lines | 553 B | text/plain | TextLexer
19 lines | 553 B | text/plain | TextLexer
r0 | <Project Sdk="Microsoft.NET.Sdk"> | |||
<PropertyGroup> | ||||
<TargetFrameworks>net40;netstandard2.0</TargetFrameworks> | ||||
<Platforms>x64</Platforms> | ||||
</PropertyGroup> | ||||
<PropertyGroup> | ||||
<EnableDefaultItems>false</EnableDefaultItems> | ||||
<AssemblyName>FAudio-CS</AssemblyName> | ||||
<RootNamespace>FAudio</RootNamespace> | ||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||||
</PropertyGroup> | ||||
<ItemGroup> | ||||
<Compile Include="FAudio.cs" /> | ||||
</ItemGroup> | ||||
<ItemGroup> | ||||
<None Include="app.config" /> | ||||
</ItemGroup> | ||||
</Project> | ||||