Commit Description:
Fix right click to jump....
Commit Description:
Fix right click to jump. Apparently I had it right the whole time, it's just that it would get triggered many times because I wasn't checking that the mouse was previously released.
File last commit:
Show/Diff file:
Action:
FNA/lib/FAudio/csharp/app.config
6 lines | 271 B | text/plain | TextLexer
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap dll="FAudio" os="windows" target="FAudio.dll"/>
<dllmap dll="FAudio" os="osx" target="libFAudio.0.dylib"/>
<dllmap dll="FAudio" os="linux,freebsd,netbsd,openbsd" target="libFAudio.so.0"/>
</configuration>