Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

OSX + CreateMouseDevice fails #64

Open
septag opened this issue Jul 8, 2019 · 0 comments
Open

OSX + CreateMouseDevice fails #64

septag opened this issue Jul 8, 2019 · 0 comments

Comments

@septag
Copy link

septag commented Jul 8, 2019

I'm trying to create a mouse device on OSX but the program breaks on assertion.

Here @ GainputInputDeviceMouseMac.mm :

	if (!eventTap)
	{  
		GAINPUT_ASSERT(false);
		return;
	}

I also want to create a simple (standard) device with CreateDevice<InputDeviceMouse>()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant