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

Public Attributes

mcr_SpacePosition cursor
 
struct {
   const struct input_event *   echo_events
 
   size_t   echo_event_count
 
}; 
 
struct mcr_Device gen_dev
 
struct mcr_Device abs_dev
 
__s32 abs_resolution
 
const char * uinput_path
 
const char * event_path
 
mtx_t device_lock
 
const DWORD * echo_flags
 
size_t echo_flag_count
 

Detailed Description

Definition at line 28 of file p_standard.h.

Member Data Documentation

§ echo_events

const struct input_event* mcr_standard_platform::echo_events

echo code index => input_event to send (EV_KEY)

Definition at line 32 of file p_standard.h.

§ echo_flag_count

size_t mcr_standard_platform::echo_flag_count

Number of echo keys mapped to flags

Definition at line 33 of file p_standard.h.

§ echo_flags

const DWORD* mcr_standard_platform::echo_flags

size_t echo index => mouse event flags

Definition at line 31 of file p_standard.h.


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