代码搜索:Key_UP

找到约 218 项符合「Key_UP」的源代码

代码结果 218
www.eeworm.com/read/431518/8671572

h keyscan.h

#include "SYS_Config.h" #define Key_Down 0x11 #define Key_Up 0x12 #define Key_Left 0x13 #define Key_Right 0x14 //设置端口方向 #define Key0_IN() {DDRF&=~(1
www.eeworm.com/read/163534/10154544

c kb.c

#ifndef XCGKBH #define XCGKBH #define KEY_ESC 0x011B #define KEY_ENTER 0x1c0d #define KEY_TAB 0x0f09 #define KEY_UP 0x4800 #define KEY_DOWN 0x5000 #define KEY
www.eeworm.com/read/357041/10216982

h gbcemu.h

#ifndef __GBCEMU_H__ #define __GBCEMU_H__ #define KEY_RIGHT 1 #define KEY_LEFT 2 #define KEY_UP 4 #define KEY_DOWN 8 #define KEY_A 0x10 #define KEY_B 0x20 #define KEY_SELECT 0x40 #define KE
www.eeworm.com/read/421916/10679843

txt tank.txt

#include #include #include #include #include #define KEY_ESC 0x01 #define KEY_SPACE 0x39 #define KEY_UP 0x48 #define KEY_LEFT 0x4b
www.eeworm.com/read/454434/7390734

h kbd.h

#ifndef KEY_H #define KEY_H //---------------------------------------- // 觐潲 觌噔桫 #define KEY_UP 0x08 #define KEY_DOWN 0x10 #define KEY_ESC 0x04 #define KEY_ENTER 0x02 #define KEY_START 0x0
www.eeworm.com/read/450492/7482968

h key.h

#define KEY_STATUS_PRESSED 0x40 #define KEY_STATUS_LONG 0x80 enum tagKeyValue { KEY_LONG=(KEY_STATUS_LONG
www.eeworm.com/read/450490/7483056

h key.h

#define KEY_STATUS_PRESSED 0x40 #define KEY_STATUS_LONG 0x80 enum tagKeyValue { KEY_LONG=(KEY_STATUS_LONG
www.eeworm.com/read/450486/7483116

h key.h

#define KEY_STATUS_PRESSED 0x40 #define KEY_STATUS_LONG 0x80 enum tagKeyValue { KEY_LONG=(KEY_STATUS_LONG
www.eeworm.com/read/157652/11677992

h gbcemu.h

#ifndef __GBCEMU_H__ #define __GBCEMU_H__ #define KEY_RIGHT 1 #define KEY_LEFT 2 #define KEY_UP 4 #define KEY_DOWN 8 #define KEY_A 0x10 #define KEY_B 0x20 #define KEY_SELECT 0x40 #define KE
www.eeworm.com/read/124339/14575101

txt 贪吃蛇.txt

/* *可以本机单打,本机双打,联机双打 *用户一的键盘控制为:up= key_up down= key_down left = key_left right = key_right * pause = key_space reset = key_r *用户二的键盘控制为:up = w down = s left = a right = d * pause = 1 rese