Skip to content

Commit

Permalink
fixup! refactor: Port to Qt 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ltoenning committed Nov 2, 2024
1 parent 756ca57 commit 571b8f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/blackinput/macos/joystickmacos.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ namespace BlackInput
void buttonChanged(const BlackMisc::Input::CJoystickButton &joystickButton, bool isPressed);

private:
friend bool operator==(const CJoystickDevice &lhs, const CJoystickDevice &rhs);

//! Poll the device buttons
void pollDeviceState();

void processButtonEvent(IOHIDValueRef value);

static void valueCallback(void *context, IOReturn result, void *sender, IOHIDValueRef value);
Expand Down

0 comments on commit 571b8f2

Please sign in to comment.