Class KEYBDINPUT.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<KEYBDINPUT>, NativeResource, Pointer
Enclosing class:
KEYBDINPUT

public static class KEYBDINPUT.Buffer extends StructBuffer<KEYBDINPUT,KEYBDINPUT.Buffer> implements NativeResource
An array of KEYBDINPUT structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new KEYBDINPUT.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 by KEYBDINPUT.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 Details

    • wVk

      public short wVk()
      Returns:
      the value of the wVk field.
    • wScan

      public short wScan()
      Returns:
      the value of the wScan field.
    • dwFlags

      public int dwFlags()
      Returns:
      the value of the dwFlags field.
    • time

      public int time()
      Returns:
      the value of the time field.
    • dwExtraInfo

      public long dwExtraInfo()
      Returns:
      the value of the dwExtraInfo field.
    • wVk

      public KEYBDINPUT.Buffer wVk(short value)
      Sets the specified value to the wVk field.
    • wScan

      public KEYBDINPUT.Buffer wScan(short value)
      Sets the specified value to the wScan field.
    • dwFlags

      public KEYBDINPUT.Buffer dwFlags(int value)
      Sets the specified value to the dwFlags field.
    • time

      public KEYBDINPUT.Buffer time(int value)
      Sets the specified value to the time field.
    • dwExtraInfo

      public KEYBDINPUT.Buffer dwExtraInfo(long value)
      Sets the specified value to the dwExtraInfo field.