public class IMousePointerShapeChangedEvent extends IEvent
{A6DCF6E8-416B-4181-8C4A-45EC95177AEF}
Constructor and Description |
---|
IMousePointerShapeChangedEvent(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAlpha()
Flag whether the pointer has an alpha channel.
|
java.lang.Long |
getHeight()
Height of the pointer shape in pixels.
|
byte[] |
getShape()
Shape buffer arrays.
|
java.lang.Boolean |
getVisible()
Flag whether the pointer is visible.
|
java.lang.Long |
getWidth()
Width of the pointer shape in pixels.
|
java.lang.Long |
getXhot()
The pointer hot spot X coordinate.
|
java.lang.Long |
getYhot()
The pointer hot spot Y coordinate.
|
static IMousePointerShapeChangedEvent |
queryInterface(IUnknown obj) |
getSource, getType, getWaitable, setProcessed, waitProcessed
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IMousePointerShapeChangedEvent(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
public java.lang.Boolean getVisible()
public java.lang.Boolean getAlpha()
public java.lang.Long getXhot()
public java.lang.Long getYhot()
public java.lang.Long getWidth()
public java.lang.Long getHeight()
public byte[] getShape()
cbAnd = (width + 7) / 8 *
height
. The padding bits at the end of each scanline are
undefined.
The XOR mask follows the AND mask on the next 4-byte aligned
offset:uint8_t *pXor = pAnd + (cbAnd + 3) & ~3
.
Bytes in the gap between the AND and the XOR mask are undefined.
The XOR mask scanlines have no gap between them and the size of
the XOR mask is:cXor = width * 4 * height
.
NOTE: If shape is 0, only the pointer visibility is changed.public static IMousePointerShapeChangedEvent queryInterface(IUnknown obj)