moused

moused is a mouse daemon on FreeBSD systems that works with the console driver to support mouse operations in the text console and user programs. It first appeared in FreeBSD 2.2 and is currently located in /usr/sbin/moused.

Function

The mouse daemon listens to a mouse port (by default, /dev/psm0) and supplies mouse data to a virtual mouse driver, sysmouse(4). A user process that wants to use the mouse simply opens /dev/sysmouse and reads from it like a normal file. This makes it possible for the console and user processes such as the X Window System to share the mouse.

gollark: Anyway, when I need a really good RNG I just put a few pages from *A Million Random Digits with 100,000 Normal Deviates* (the random digits bit, obviously, not the normal deviates) into my code.
gollark: I see.
gollark: You should probably be using a sane crypto library and not writing your own RSA if you actually want security.
gollark: The main reason I use the web platform despite its many many problems is the very nice GUI capability.
gollark: <@213674115700097025> It has the `utf8` library for *handling* utf8, and unpack is table.unpack.

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.