Skip to content

Conversation

@Mysticial
Copy link
Collaborator

When you wrap this in python:

wait() -> pbf_wait()
push_button() -> ssf_press_button()
push_dpad_button() -> ssf_press_dpad()
...

pbf wraps around ssf as usual.

@Mysticial Mysticial requested a review from Gin890 January 7, 2026 09:05
class PybindSwitchProControllerInternal final : public ControllerConnection::StatusListener{
public:
PybindSwitchProControllerInternal(const std::string& name)
: m_logger(global_logger_raw(), "[Pybind]")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

global_logger_raw() has a dependency on the FileWindowLogger which is Qt. So you can probably replace this with some null logger or a logger that simply prints to stdout.

@Gin890 Gin890 merged commit 096a338 into main Jan 8, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants