Eric
Eric
Added some more language syntaxs and file extensions.
# License Agreement for Contributions By submitting this pull request, I acknowledge and agree that my contributions will be included in Stirling-PDF and that they can be relicensed in the...
# License Agreement for Contributions By submitting this pull request, I acknowledge and agree that my contributions will be included in Stirling-PDF and that they can be relicensed in the...
Closes #364 TODO: add visual signing. # License Agreement for Contributions By submitting this pull request, I acknowledge and agree that my contributions will be included in Stirling-PDF and that...
## 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 -...