Collapse All
Parallels C API Reference Guide
_PRL_VM_USB_MOUSE_STATE Enumeration
PrlEnums.h PRL_VM Structs

Virtual usb mouse state

Syntax
enum _PRL_VM_USB_MOUSE_STATE {
  PTS_DISABLED = 0x0,
  PTS_ABS_INT_ENABLED = (1 << 0),
  PTS_REL_INT_ENABLED = (1 << 1)
};
File
Members

PTS_DISABLED
All interfaces disabled
PTS_ABS_INT_ENABLED
Absolute interface enabled
PTS_REL_INT_ENABLED
Relative interface enabled
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!