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

#include <key.h>

Public Attributes

int key
 
enum mcr_ApplyType apply
 

Detailed Description

Simulate keyboard keys

A 0 value of key code should be logically interpreted as either, "no key available, do not send," or "key code of any value."

Definition at line 38 of file key.h.

Member Data Documentation

§ apply

enum mcr_ApplyType mcr_Key::apply

Key press or release

Definition at line 42 of file key.h.

§ key

int mcr_Key::key

Key code, specified by platform

Definition at line 40 of file key.h.


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