Libmacro  0.2
Libmacro is an extensible macro and hotkey library.
mcr_Grabber Struct Reference

#include <p_grabber.h>

Public Attributes

struct mcr_contextcontext
 
bool blocking
 
int fd
 
const char * path
 

Detailed Description

Take exclusive access to a /dev/input event.

Definition at line 34 of file p_grabber.h.

Member Data Documentation

§ blocking

bool mcr_Grabber::blocking

Allow blocked grabbing, EVIOCGRAB

Default false.

Definition at line 39 of file p_grabber.h.

§ fd

int mcr_Grabber::fd

File of input event to read

Definition at line 41 of file p_grabber.h.

§ path

const char* mcr_Grabber::path

File path of input event

Definition at line 43 of file p_grabber.h.


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