Macro-API icon indicating copy to clipboard operation
Macro-API copied to clipboard

Cross-platform Macro API for C++.

Results 5 Macro-API issues
Sort by recently updated
recently updated
newest added

## Keyboard - [x] Key (enum) #67 - [x] Combo (struct) #63 - [x] GetKeyName #54 - [x] MapToOSKey #56 - [x] MapFromOSKey #56 - [x] MapFromChar #58 - [x]...

documentation
help wanted
good first issue

# Current unit tests ## Keyboard - [x] MapToOSKey - [x] MapFromOSKey - [x] MapFromChar - [ ] Down - [ ] Up ### Keyboard Events - [ ] KeyboardHookLoop...

enhancement
good first issue

Create an example using the `Up` and `Down` mouse functions and place it in the `examples` folder. Function declarations for `Up` and `Down` (see `include/macro/mouse.h`): ```c++ void Down(Button button); void...

enhancement
good first issue

## Keyboard - [x] MapToOSKey - [x] MapFromOSKey - [ ] MapFromChar - [ ] Down - [ ] Up ### Keyboard Events - [ ] KeyboardHookLoop ## Mouse -...

help wanted

## Keyboard - [ ] MapToOSKey - [ ] MapFromOSKey - [ ] MapFromChar - [ ] Down - [ ] Up ### Keyboard Events - [ ] KeyboardHookLoop ##...

help wanted