Package org.lwjgl.system.windows
Class KEYBDINPUT.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<KEYBDINPUT,KEYBDINPUT.Buffer>
-
- org.lwjgl.system.windows.KEYBDINPUT.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<KEYBDINPUT>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- KEYBDINPUT
public static class KEYBDINPUT.Buffer extends org.lwjgl.system.StructBuffer<KEYBDINPUT,KEYBDINPUT.Buffer> implements org.lwjgl.system.NativeResource
An array ofKEYBDINPUT
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
dwExtraInfo()
KEYBDINPUT.Buffer
dwExtraInfo(long value)
Sets the specified value to theKEYBDINPUT.dwExtraInfo()
field.int
dwFlags()
KEYBDINPUT.Buffer
dwFlags(int value)
Sets the specified value to theKEYBDINPUT.dwFlags()
field.int
time()
KEYBDINPUT.Buffer
time(int value)
Sets the specified value to theKEYBDINPUT.time()
field.short
wScan()
KEYBDINPUT.Buffer
wScan(short value)
Sets the specified value to theKEYBDINPUT.wScan()
field.short
wVk()
KEYBDINPUT.Buffer
wVk(short value)
Sets the specified value to theKEYBDINPUT.wVk()
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newKEYBDINPUT.Buffer
instance backed by the specified container. Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided byKEYBDINPUT.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
wVk
public short wVk()
- Returns:
- the value of the
KEYBDINPUT.wVk()
field.
-
wScan
public short wScan()
- Returns:
- the value of the
KEYBDINPUT.wScan()
field.
-
dwFlags
public int dwFlags()
- Returns:
- the value of the
KEYBDINPUT.dwFlags()
field.
-
time
public int time()
- Returns:
- the value of the
KEYBDINPUT.time()
field.
-
dwExtraInfo
public long dwExtraInfo()
- Returns:
- the value of the
KEYBDINPUT.dwExtraInfo()
field.
-
wVk
public KEYBDINPUT.Buffer wVk(short value)
Sets the specified value to theKEYBDINPUT.wVk()
field.
-
wScan
public KEYBDINPUT.Buffer wScan(short value)
Sets the specified value to theKEYBDINPUT.wScan()
field.
-
dwFlags
public KEYBDINPUT.Buffer dwFlags(int value)
Sets the specified value to theKEYBDINPUT.dwFlags()
field.
-
time
public KEYBDINPUT.Buffer time(int value)
Sets the specified value to theKEYBDINPUT.time()
field.
-
dwExtraInfo
public KEYBDINPUT.Buffer dwExtraInfo(long value)
Sets the specified value to theKEYBDINPUT.dwExtraInfo()
field.
-
-