Mike Parks

Results 12 issues of Mike Parks

Added rotation to rectangles using the angleStart property. Renamed GP_SHAPE_DIAMOND to GP_SHAPE_LINE now that rectangles can rotate.

Currently, our touchpad implementation sends the button state when pressed, but does not send any positioning data, opting to set the state as untouched. It's unknown whether this would cause...

enhancement

The idea behind this event system is to implement system-wide notices when certain functions occur. This will allow for more reactive features and potentially improve cross-feature communication, while cutting back...

When I try to use the [zipped installer from the 0.1.0 release](https://github.com/greatscottgadgets/packetry/releases/download/v0.1.0/Packetry-Installer-for-Windows.zip), it returns a Microsoft Defender SmartScreen prompt (image 1). As a precaution, I also tried to test the...

external bug
windows

Removed ``tud_hid_report`` call in ``set_report`` to prevent unexpected behavior by rebroadcasting reports. Will need to test both input modes and USB Host addons for regressions.

This is to lay groundwork for implementing auxiliary/specialty features into the various Gamepad modes. This is data that may be shared between several modes, rather than in use by all...

Added two new Display screen modes and some minor adjustments to accommodate those changes. Pin Viewer * Displays the pin number and ``GpioAction`` definition if one exists. * If a...

Since users seem to be confused by the options on the USB peripheral, some clear help callouts should be added.

Early WIP of adding subtype/special controller support to Input Modes when available. This will allow controllers to simulate other non-gamepad/stick controller types if the mode allows for it. This will...

Very early WIP. Some features may not be functional. Implementation based on research by [dekuNukem](https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering) and [Chromium gamepad handling source](https://chromium.googlesource.com/chromium/src/+/b37eb129399993dd308eddf033509a03cc540e62/device/gamepad/nintendo_controller.cc). ### Notes * 2025-04-14 * Inputs currently function in dashboard,...