rimuy
rimuy
If another input is still being processed while dragging a window, Plasma resets the window position until it stops receiving other input state changes. In the example below, I was...
This woud make development easier for those who use different layouts, since UIS maps the input based on the key's physical position on the keyboard. E.g. if you pressed `.`...
Would be better if this used parameters instead of fields and had the most appropriate type for each input. e.g. `MouseMovement` -> `Axis2d`, `R2` -> `Axis1d`, `Gyro` -> `Gyroscope`
Would be nice if there was hooks to change the behaviour of an action, like `useThrottle`. Yet this would be a breaking change. With `useEvent`, for example, this would remove...
These should be imported without having to reference the namepasces or destructuring them.
Simple change. Using `pushToVarIfNonId` to reference the value from binding patterns eliminates the need of creating a new variable every time the value is indexed if it's already an ID....