Macro-API
Macro-API copied to clipboard
Cross-platform Macro API for C++.
## Keyboard - [x] Key (enum) #67 - [x] Combo (struct) #63 - [x] GetKeyName #54 - [x] MapToOSKey #56 - [x] MapFromOSKey #56 - [x] MapFromChar #58 - [x]...
# Current unit tests ## Keyboard - [x] MapToOSKey - [x] MapFromOSKey - [x] MapFromChar - [ ] Down - [ ] Up ### Keyboard Events - [ ] KeyboardHookLoop...
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...
## Keyboard - [x] MapToOSKey - [x] MapFromOSKey - [ ] MapFromChar - [ ] Down - [ ] Up ### Keyboard Events - [ ] KeyboardHookLoop ## Mouse -...
## Keyboard - [ ] MapToOSKey - [ ] MapFromOSKey - [ ] MapFromChar - [ ] Down - [ ] Up ### Keyboard Events - [ ] KeyboardHookLoop ##...