Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The cursor will go to the screen bottom when I touch the panel top position. Macbook 2015 13.3 #134

Closed
kazenoai opened this issue Oct 1, 2018 · 6 comments

Comments

@kazenoai
Copy link
Contributor

kazenoai commented Oct 1, 2018

The cursor will to to the screen's bottom immediately when my figure touch the top position of touch panel.
Computer: Macbook 2015 13.3
OS: Windows 10, 1803
Driver type: SPI driver(07/14/2018,14.56.52.89)

@kazenoai
Copy link
Contributor Author

kazenoai commented Oct 2, 2018

default

I change the code of input.c, and try it in my computer. I think this issue was resolved. The reason is the variables because minus. If the variables because minus, and casting it to unsigned short type, it cause the variable become a large value.

@RLst
Copy link

RLst commented Oct 8, 2018

Yes I think this happens to me too. I have a MacBook Pro retina late 2013. When using it would seem to randomly teleport to the bottom or around bottom right corner of the screen and then ends up opening some other program. Extremely annoying

@kazenoai
Copy link
Contributor Author

@RLst You can find the position of that code(SPI: input.c, USB: InputInterrupt.c), and try to modify the code and run the driver on your computer.

@imbushuo
Copy link
Owner

@kazenoai Can you send a PR to me?

@kazenoai
Copy link
Contributor Author

I have sent PR to you! Your project is great. Thank you.

@imbushuo
Copy link
Owner

Merged with #150.

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

No branches or pull requests

3 participants