public static class CBTEvent.SysCommand extends CBTEvent
SYSCOMMAND
hook event.CBTEvent.Activate, CBTEvent.ClickSkipped, CBTEvent.CreateWnd, CBTEvent.DestroyWnd, CBTEvent.KeySkipped, CBTEvent.MinMax, CBTEvent.MoveSize, CBTEvent.QS, CBTEvent.SetFocus, CBTEvent.SysCommand
Constructor and Description |
---|
SysCommand(java.lang.Object source,
com.jniwrapper.Bool allow,
long sysCommand,
long info) |
Modifier and Type | Method and Description |
---|---|
long |
getInfo()
The low-order word specifies the horizontal position of the cursor, in screen coordinates,
if a window menu command is chosen with the mouse.
|
long |
getSysCommand()
Specifies a system-command value (SC_) specifying the system command.
|
public SysCommand(java.lang.Object source, com.jniwrapper.Bool allow, long sysCommand, long info)
public long getSysCommand()
public long getInfo()