Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Mouse support #131

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Mouse support #131

wants to merge 2 commits into from

Conversation

facekapow
Copy link
Contributor

@facekapow facekapow commented Aug 19, 2016

Well, I had some free time and nothing to do, so... mouse driver! 馃槃 Thought this would go nicely with graphics. Has a few kinks, though. For example, you have to wait until after the driver is installed (usually about 2/3 seconds after the shell is displayed) in order to be able to click into QEMU (otherwise the system, or at least the keyboard, will freeze up). Also, no hot plugging (you can't escape the mouse to the host and go back). Otherwise, it's pretty decent mouse driver implementation.

Again, as mentioned in #107 (specifically this comment), this should be refactored into an optional module with other things.

@iefserge
Copy link
Member

Wow, this is nice! Looks pretty simple, assumed mouse would be complicated 馃槃

I hope to wrap up tests pretty soon and make them working again, then going to hack on modules (hope this weekend). Modules will let us add any (experimental) features easily.

Not sure if realistic or too crazy, but if we manage to support webgl (through virtio-gpu) we might be able to run some WASM-compiled games on it :)

@@ -41,6 +41,7 @@ rules:
- 2
-
props: false
no-shadow: 0
Copy link
Member

Choose a reason for hiding this comment

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

I guess a good rule, why disable?

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

Successfully merging this pull request may close these issues.

None yet

2 participants