public class TrackMouseEvent
extends com.jniwrapper.Structure
Modifier and Type | Field and Description |
---|---|
static int |
HOVER_DEFAULT |
static int |
TME_CANCEL |
static int |
TME_HOVER |
static int |
TME_LEAVE |
static int |
TME_QUERY |
Constructor and Description |
---|
TrackMouseEvent(TrackMouseEvent that) |
TrackMouseEvent(Wnd wnd) |
TrackMouseEvent(Wnd wnd,
int hoverTime) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
getFlags() |
int |
getHoverTime() |
Wnd |
getWindowHandle() |
void |
setFlags(int flags) |
void |
setHoverTime(int value) |
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public static final int TME_HOVER
public static final int TME_LEAVE
public static final int TME_QUERY
public static final int TME_CANCEL
public static final int HOVER_DEFAULT
public TrackMouseEvent(Wnd wnd)
public TrackMouseEvent(Wnd wnd, int hoverTime)
public TrackMouseEvent(TrackMouseEvent that)
public Wnd getWindowHandle()
public int getHoverTime()
public void setHoverTime(int value)
public int getFlags()
public void setFlags(int flags)
public java.lang.Object clone()
clone
in class com.jniwrapper.Structure