usb_keyboard usb_tablet
Simics Reference Manual  /  5 Classes  / 

usb_mouse

Description

A USB mouse device.
Note: There are two interfaces ("abs_pointer" and "mouse") implemented in the usb_mouse. But use of the "abs_pointer" interface imposes a number of limitations on the functionality of the usb_mouse, please use the "mouse" interface.

Interfaces Implemented

conf_object, log_object, abs_pointer, mouse, usb_device

Notifiers

cell-change
Notifier that is triggered after the object's cell was changed.
object-delete
Notifier that is triggered just before Simics object is deleted.
queue-change
Notifier that is triggered after the object's clock was changed. New clock can be obtained with the SIM_object_clock function.

Commands for this class

Attributes

curr_x
Optional attribute; read/write access; type: i
The current position: x of the cursor.
curr_y
Optional attribute; read/write access; type: i
The current position: y of the cursor.
descriptor_data
Optional attribute; read/write access; type: d|n
The descriptors in data format.
device_address
Optional attribute; read/write access; type: i
USB device/function address.
device_qualifier_descriptor_data
Optional attribute; read/write access; type: d|n
The device qualifier in data format.
device_state
Optional attribute; read/write access; type: i
USB device state.
hid_data
Optional attribute; read/write access; type: [iiii]
The USB HID report data
hid_report_descriptor_data
Optional attribute; read/write access; type: d|n
The descriptors in data format.
ms_os_descriptor
Optional attribute; read/write access; type: d|n
The Microsoft OS Descriptor.
ratio
Optional attribute; read/write access; type: f
The ratio of the movement.
string_descriptor_array
Optional attribute; read/write access; type: [d*]
String descriptors.
usb_host
Optional attribute; read/write access; type: o|[os]|n
The USB host controller.

Required interfaces: usb.

Provided By

usb-input-devices
usb_keyboard usb_tablet