stanoddly / DotnetRaylibWasm

Prototype for .NET 7 with Raylib compiled into WebAssembly (wasm)
MIT License
60 stars 8 forks source link

Some keys don't work #8

Closed stanoddly closed 1 year ago

stanoddly commented 1 year ago

Apparently keys in examples don't work, like when I try Z in Camera3dFree (provided you fix it as you can see in #7). Interestingly holding Alt works fine.

stanoddly commented 1 year ago

A better example of how it doesn't work: https://disketteman.github.io/DotnetRaylibWasm/raylib.html?arg=InputKeys

No failures in Console. Perhaps there is something wrong in the raylib.html file?

stanoddly commented 1 year ago

It works due to same reason as this: https://github.com/disketteman/DotnetRaylibWasm/issues/7#issuecomment-1356442508