struct io.win.DeviceMonitorKeyboardInput

struct DeviceMonitorKeyboardInput {
    // fields

    typedef unsigned short uint16_t m_unitId;
    typedef unsigned short uint16_t m_scanCode;
    typedef unsigned short uint16_t m_flags;
    typedef unsigned short uint16_t m_reserved;
    typedef unsigned int uint32_t m_extraInformation;
};