Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Replace init functions with constructors #10

@cjdb

Description

@cjdb

The HID interface currently uses init functions to establish a relationship between the run-time and the devices being interfaced with. This is both expensive (users who don't use the keyboard still need to pay for it), and terrible style.

They need to be replaced with constructors, but I can't figure out how to properly do it for these two interfaces.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions