Moros Smith
Moros Smith
### The Issue According to [Kernel.org documentation regarding force feedback](https://www.kernel.org/doc/html/v4.14/input/ff.html). > In most cases you should use FF_PERIODIC instead of FF_RUMBLE. All devices that support FF_RUMBLE support FF_PERIODIC (square, triangle,...
**Is your feature request related to a problem? Please describe.** The way the cmake script currently builds places the compiled binaries inside the build directory in a subdirectory named ``bin``,...
```bash In file included from /home/jon/Projects/olcSoundWaveEngine/demos/Test_004_PGE_RawDataPlayback.cpp:2: /home/jon/Projects/olcSoundWaveEngine/demos/olcPixelGameEngine.h:4123:13: warning: enumeration value 'MODEL3D' not handled in switch [-Wswitch] switch (mode) ^~~~ In file included from /home/jon/Projects/olcSoundWaveEngine/demos/Test_004_PGE_RawDataPlayback.cpp:5: /home/jon/Projects/olcSoundWaveEngine/demos/../olcSoundWaveEngine.h:1352:51: warning: operator '?:' has lower...
Add option to settings page to choose versions of * olcPixelGameEngine (repo) * olcSoundWaveEngine * olcPGEX_MiniAudio Add handler in the compiler api to select versions of * olcPixelGameEngine (repo) *...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Have linux system with apparmor on by default, eg:...
Fixes Issue #4940 The problem is relatively simple, ``CORE.Input.Mouse.cursorHidden`` was being used for both hiding the cursor and locking the cursor. This PR adds a variable to track when the...
### Issue description In Microsoft Edge and Google Chrome I have noticed pressing F1 opens a help tab. Repoduce in the affected browsers by following these steps: 1. Visit: https://www.raylib.com/examples/shapes/loader.html?name=shapes_top_down_lights...
There are times when we want to use keys that are otherwise used for browser functions. F1 -> opens a help tab (in Chromium based browsers, see #4951) F5 ->...
## The problem Basically, emscripten/glfw don't realize a change in size has occured and as such isn't adapting to the change. The problem manifests as a mismatch between the size...