浏览代码

Merge pull request #524 from TheLumaio/master

Add more key definitions
pull/531/head
Ray 7 年前
committed by GitHub
父节点
当前提交
739df34f5e
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      src/raylib.h

+ 3
- 0
src/raylib.h 查看文件

@ -136,6 +136,9 @@
#define KEY_RIGHT_SHIFT 344
#define KEY_RIGHT_CONTROL 345
#define KEY_RIGHT_ALT 346
#define KEY_GRAVE 96
#define KEY_SLASH 47
#define KEY_BACKSLASH 92
// Keyboard Alpha Numeric Keys
#define KEY_ZERO 48

正在加载...
取消
保存