-
Notifications
You must be signed in to change notification settings - Fork 227
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
Mouse driver problem #20
Comments
Same problem |
just shut your ass up and dont make an OS just kidding lol i have the same problem, anyone know how to fix this? |
i wrote another mouse driver in C, which actually works. unfortunately the source files for the project which had that driver got lost while I switched computers. Let me see if I can improve the current driver in this repository! |
my problem is the os in vmware cursor is "jumping" |
@yeppiidev |
yup, left it a long time ago. afaik i do remember getting mouse work but not on this kernel (it was another os project written in C) |
Thanks for the reply.
In the meantime, I got it working 😊
From: yeppiidev ***@***.***>
Sent: zaterdag 1 juli 2023 14:07
To: AlgorithMan-de/wyoos ***@***.***>
Cc: Bert ***@***.***>; Comment ***@***.***>
Subject: Re: [AlgorithMan-de/wyoos] Mouse driver problem (#20)
yup, left it a long time ago. afaik i do remember getting mouse work but not on this kernel (it was another os project written in C)
—
Reply to this email directly, view it on GitHub<#20 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABFUL4KRNZ6MGI3WRSWHFGTXOAHEVANCNFSM4OISZNWQ>.
You are receiving this because you commented.Message ID: ***@***.******@***.***>>
|
would you mind sharing the code? |
Hi,
When i look at the code that is on github, (48959b0),
The only difference is that I have set the offset to 2 in the constructor instead of 0.
From: yeppiidev ***@***.***>
Sent: maandag 3 juli 2023 14:33
To: AlgorithMan-de/wyoos ***@***.***>
Cc: Bert ***@***.***>; Comment ***@***.***>
Subject: Re: [AlgorithMan-de/wyoos] Mouse driver problem (#20)
would you mind sharing the code?
—
Reply to this email directly, view it on GitHub<#20 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABFUL4OP3PJ3PM2WMDXJ3ZLXOK3YTANCNFSM4OISZNWQ>.
You are receiving this because you commented.Message ID: ***@***.******@***.***>>
|
In virtual box driver works good, in qemu cursor is "jumping", but in vmware and on real hardware it does't do anything. How to fix that?
mouse.h: https://pastebin.com/AjbxGS7R
mouse.cpp: https://pastebin.com/jqC959dc
The text was updated successfully, but these errors were encountered: