ajstarks / openvg

Tools for exploring OpenVG
Other
413 stars 84 forks source link

unwanted echo of keystrokes to terminal #52

Open ottoecheverri opened 8 years ago

ottoecheverri commented 8 years ago

Thank you for your answer, sorry I didn't reply sooner. I'm still getting echo into the xterminal from the mouse and keyboard. I suppose is because I don't know the proper attributes for the rawterm() function. I use "open("/dev/input/event0".O_RDWR | O_NONBLOCK)" to get the raw key codes with "mouse0" for the mouse codes. I appreciate your help very much. Also, can the SaveEnd function or something else be used to create a JPG or BMP screenshot of a VG screen?