Skip to content

Commit

Permalink
add plugin-video to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunrisepeak committed Aug 7, 2023
1 parent 42fc164 commit 5c3e1c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
- [开源软件: KHistory 按键检测及历史记录显示工具介绍](https://www.bilibili.com/video/BV1Xx4y1o7cp)
- [KHistory: 街霸6 让一追二 使用C语言打出”高光”操作](https://www.bilibili.com/video/BV1W14y1X7vD)
- [开源软件: KHistory 按键检测工具插件模块基础功能及扩展介绍](https://www.bilibili.com/video/BV1Uk4y1g7aU)


## 八、相关链接
Expand Down
2 changes: 1 addition & 1 deletion kplugin/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ void _drawKey(int keycode, float cursorPosX = -1, float cursorPosY = -1, float w

根据需求可在这个函数中对多个按键的颜色进行 配置/自定义

格式:`_mkeyColorTable[KeyCode] = { R, G, B, T };` 其中 0.0f << R/G/B/T << 1.0f
格式:`_mkeyColorTable[KeyCode] = { R, G, B, T };` 其中 0.0f <= R/G/B/T <= 1.0f

```cpp
virtual void keyColorTableRemap() override {
Expand Down

0 comments on commit 5c3e1c7

Please sign in to comment.