Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
Event::EventFlags Struct Reference

#include <Event.h>

Static Public Attributes

static const Flags NoFlags = 0x00
 No flags.
static const Flags DeliverImmediately = 0x01
 Dispatch and free event immediately.
static const Flags DontFreeData = 0x02
 Don't free data in deleteData.

Member Data Documentation

◆ DeliverImmediately

const Flags Event::EventFlags::DeliverImmediately = 0x01
inlinestatic

Dispatch and free event immediately.

◆ DontFreeData

const Flags Event::EventFlags::DontFreeData = 0x02
inlinestatic

Don't free data in deleteData.

◆ NoFlags

const Flags Event::EventFlags::NoFlags = 0x00
inlinestatic

No flags.


The documentation for this struct was generated from the following file: