enum pyra_mouse_event_button_types { /* * Mouse sends tilt events on report_number 1 and 3 * Tilt events are sent repeatedly with 0.94s between first and second * event and 0.22s on subsequent
*/
PYRA_MOUSE_EVENT_BUTTON_TYPE_TILT = 0x10,
/* * These are sent sequentially * data1 contains new profile number in range 1-5
*/
PYRA_MOUSE_EVENT_BUTTON_TYPE_PROFILE_1 = 0x20,
PYRA_MOUSE_EVENT_BUTTON_TYPE_PROFILE_2 = 0x30,
struct pyra_device { int actual_profile; int actual_cpi; int roccat_claimed; int chrdev_minor; struct mutex pyra_lock; struct pyra_profile_settings profile_settings[5];
};
#endif
Messung V0.5
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.