LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   there is any file contain location of mouse (https://www.linuxquestions.org/questions/linux-newbie-8/there-is-any-file-contain-location-of-mouse-615969/)

DoME69 01-24-2008 06:45 AM

there is any file contain location of mouse
 
there is any file contain location of mouse
like xy or symbol that show that mouse is moved?

i`m using RED HAT
dominik

TruongAn 01-24-2008 07:06 AM

How can you store that info in a file. The mouse move constantly and if you write that info into a file, your HDD will die.

hro 01-24-2008 08:09 AM

You can try /dev/input/mouse0 and/or /dev/input/event6. You need to be root to access these. You can test the output by typing 'cat /dev/input/mouse0 > test_mouse0.txt' as root, moving mouse around and pressing Ctrl-C. View the file with hex viewing tool of your choice.

Uncle_Theodore 01-24-2008 08:12 AM

Or, start the xev program from a terminal in X and move your pointer inside its window.


All times are GMT -5. The time now is 09:24 PM.