Class MOUSEINPUT
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
Layout
struct MOUSEINPUT {
LONG dx();
LONG dy();
DWORD mouseData();
DWORD dwFlags();
DWORD time();
ULONG_PTR dwExtraInfo();
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionMOUSEINPUT(ByteBuffer container) Creates aMOUSEINPUTinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic MOUSEINPUTcalloc()Returns a newMOUSEINPUTinstance allocated withmemCalloc.static MOUSEINPUT.Buffercalloc(int capacity) Returns a newMOUSEINPUT.Bufferinstance allocated withmemCalloc.static MOUSEINPUT.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newMOUSEINPUT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static MOUSEINPUTcalloc(org.lwjgl.system.MemoryStack stack) Returns a newMOUSEINPUTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static MOUSEINPUTDeprecated.static MOUSEINPUT.BuffercallocStack(int capacity) Deprecated.static MOUSEINPUT.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static MOUSEINPUTcallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static MOUSEINPUTcreate()Returns a newMOUSEINPUTinstance allocated withBufferUtils.static MOUSEINPUT.Buffercreate(int capacity) Returns a newMOUSEINPUT.Bufferinstance allocated withBufferUtils.static MOUSEINPUTcreate(long address) Returns a newMOUSEINPUTinstance for the specified memory address.static MOUSEINPUT.Buffercreate(long address, int capacity) Create aMOUSEINPUT.Bufferinstance at the specified memory.static @Nullable MOUSEINPUTcreateSafe(long address) static @Nullable MOUSEINPUT.BuffercreateSafe(long address, int capacity) longan additional value associated with the mouse event.dwExtraInfo(long value) Sets the specified value to thedwExtraInfo()field.intdwFlags()A set of bit flags that specify various aspects of mouse motion and button clicks.dwFlags(int value) Sets the specified value to thedwFlags()field.intdx()the absolute position of the mouse, or the amount of motion since the last mouse event was generated, depending on the value of thedwFlagsmember.dx(int value) Sets the specified value to thedx()field.intdy()the absolute position of the mouse, or the amount of motion since the last mouse event was generated, depending on the value of thedwFlagsmember.dy(int value) Sets the specified value to thedy()field.static MOUSEINPUTmalloc()Returns a newMOUSEINPUTinstance allocated withmemAlloc.static MOUSEINPUT.Buffermalloc(int capacity) Returns a newMOUSEINPUT.Bufferinstance allocated withmemAlloc.static MOUSEINPUT.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newMOUSEINPUT.Bufferinstance allocated on the specifiedMemoryStack.static MOUSEINPUTmalloc(org.lwjgl.system.MemoryStack stack) Returns a newMOUSEINPUTinstance allocated on the specifiedMemoryStack.static MOUSEINPUTDeprecated.static MOUSEINPUT.BuffermallocStack(int capacity) Deprecated.static MOUSEINPUT.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static MOUSEINPUTmallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.intIfdwFlagscontainsUser32.MOUSEEVENTF_WHEEL, thenmouseDataspecifies the amount of wheel movement.mouseData(int value) Sets the specified value to themouseData()field.static longndwExtraInfo(long struct) Unsafe version ofdwExtraInfo().static voidndwExtraInfo(long struct, long value) Unsafe version ofdwExtraInfo.static intndwFlags(long struct) Unsafe version ofdwFlags().static voidndwFlags(long struct, int value) Unsafe version ofdwFlags.static intndx(long struct) Unsafe version ofdx().static voidndx(long struct, int value) Unsafe version ofdx.static intndy(long struct) Unsafe version ofdy().static voidndy(long struct, int value) Unsafe version ofdy.static intnmouseData(long struct) Unsafe version ofmouseData().static voidnmouseData(long struct, int value) Unsafe version ofmouseData.static intntime(long struct) Unsafe version oftime().static voidntime(long struct, int value) Unsafe version oftime.set(int dx, int dy, int mouseData, int dwFlags, int time, long dwExtraInfo) Initializes this struct with the specified values.set(MOUSEINPUT src) Copies the specified struct data to this struct.intsizeof()inttime()the time stamp for the event, in milliseconds.time(int value) Sets the specified value to thetime()field.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
DX
public static final int DXThe struct member offsets. -
DY
public static final int DYThe struct member offsets. -
MOUSEDATA
public static final int MOUSEDATAThe struct member offsets. -
DWFLAGS
public static final int DWFLAGSThe struct member offsets. -
TIME
public static final int TIMEThe struct member offsets. -
DWEXTRAINFO
public static final int DWEXTRAINFOThe struct member offsets.
-
-
Constructor Details
-
MOUSEINPUT
Creates aMOUSEINPUTinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<MOUSEINPUT>
-
dx
public int dx()the absolute position of the mouse, or the amount of motion since the last mouse event was generated, depending on the value of thedwFlagsmember.Absolute data is specified as the x coordinate of the mouse; relative data is specified as the number of pixels moved.
-
dy
public int dy()the absolute position of the mouse, or the amount of motion since the last mouse event was generated, depending on the value of thedwFlagsmember.Absolute data is specified as the y coordinate of the mouse; relative data is specified as the number of pixels moved.
-
mouseData
public int mouseData()IfdwFlagscontainsUser32.MOUSEEVENTF_WHEEL, thenmouseDataspecifies the amount of wheel movement. A positive value indicates that the wheel was rotated forward, away from the user; a negative value indicates that the wheel was rotated backward, toward the user. One wheel click is defined asUser32.WHEEL_DELTA, which is 120.Windows Vista: If
dwFlagscontainsUser32.MOUSEEVENTF_HWHEEL, thendwDataspecifies the amount of wheel movement. A positive value indicates that the wheel was rotated to the right; a negative value indicates that the wheel was rotated to the left. One wheel click is defined asWHEEL_DELTA, which is 120.If
dwFlagsdoes not containUser32.MOUSEEVENTF_WHEEL,User32.MOUSEEVENTF_XDOWN, orUser32.MOUSEEVENTF_XUP, thenmouseDatashould be zero.If
dwFlagscontainsUser32.MOUSEEVENTF_XDOWNorUser32.MOUSEEVENTF_XUP, thenmouseDataspecifies which X buttons were pressed or released. This value may be any combination of the following flags:User32.XBUTTON1,User32.XBUTTON2. One of:User32.XBUTTON1User32.XBUTTON2 -
dwFlags
public int dwFlags()A set of bit flags that specify various aspects of mouse motion and button clicks.The bit flags that specify mouse button status are set to indicate changes in status, not ongoing conditions. For example, if the left mouse button is pressed and held down,
User32.MOUSEEVENTF_LEFTDOWNis set when the left button is first pressed, but not for subsequent motions. Similarly,User32.MOUSEEVENTF_LEFTUPis set only when the button is first released.You cannot specify both the
User32.MOUSEEVENTF_WHEELflag and eitherUser32.MOUSEEVENTF_XDOWNorUser32.MOUSEEVENTF_XUPflags simultaneously in thedwFlagsparameter, because they both require use of themouseDatafield. One of: -
time
public int time()the time stamp for the event, in milliseconds. If this parameter is 0, the system will provide its own time stamp. -
dwExtraInfo
public long dwExtraInfo()an additional value associated with the mouse event. An application callsUser32.GetMessageExtraInfo()to obtain this extra information. -
dx
Sets the specified value to thedx()field. -
dy
Sets the specified value to thedy()field. -
mouseData
Sets the specified value to themouseData()field. -
dwFlags
Sets the specified value to thedwFlags()field. -
time
Sets the specified value to thetime()field. -
dwExtraInfo
Sets the specified value to thedwExtraInfo()field. -
set
Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newMOUSEINPUTinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newMOUSEINPUTinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newMOUSEINPUTinstance allocated withBufferUtils. -
create
Returns a newMOUSEINPUTinstance for the specified memory address. -
createSafe
-
malloc
Returns a newMOUSEINPUT.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newMOUSEINPUT.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newMOUSEINPUT.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aMOUSEINPUT.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static MOUSEINPUT.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static MOUSEINPUT.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newMOUSEINPUTinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newMOUSEINPUTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newMOUSEINPUT.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newMOUSEINPUT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
ndx
public static int ndx(long struct) Unsafe version ofdx(). -
ndy
public static int ndy(long struct) Unsafe version ofdy(). -
nmouseData
public static int nmouseData(long struct) Unsafe version ofmouseData(). -
ndwFlags
public static int ndwFlags(long struct) Unsafe version ofdwFlags(). -
ntime
public static int ntime(long struct) Unsafe version oftime(). -
ndwExtraInfo
public static long ndwExtraInfo(long struct) Unsafe version ofdwExtraInfo(). -
ndx
public static void ndx(long struct, int value) Unsafe version ofdx. -
ndy
public static void ndy(long struct, int value) Unsafe version ofdy. -
nmouseData
public static void nmouseData(long struct, int value) Unsafe version ofmouseData. -
ndwFlags
public static void ndwFlags(long struct, int value) Unsafe version ofdwFlags. -
ntime
public static void ntime(long struct, int value) Unsafe version oftime. -
ndwExtraInfo
public static void ndwExtraInfo(long struct, long value) Unsafe version ofdwExtraInfo.
-