代码搜索:Key_UP

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

代码结果 218
www.eeworm.com/read/241411/13146489

h keypad.h

#define KEY_NO_SCAN 0x07 #define KEY_SCAN0 0xfe #define KEY_SCAN1 0xfd #define KEY_SCAN2 0xfb #define KEY_0 0 #define KEY_1 1 #define KEY_2 2 #define KEY_3
www.eeworm.com/read/406590/11439570

cpp key.cpp

// Key.cpp: implementation of the Key class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Key.h" #include "Lock.h" CLock g_KeyLock;
www.eeworm.com/read/226071/14497823

h key.h

BYTE code aScanMap[] = { KEY_NO_KEY ,KEY_LEFT, KEY_RIGHT, KEY_DOWN, // 00 - 03 KEY_UP, KEY_FUNCTION ,KEY_PLAY_PAUSE, KEY_FUNCTION , // 04 - 07 KEY_POWER, KEY_FU
www.eeworm.com/read/421231/10748069

h key.h

#ifndef _KEY_H #define _KEY_H #define KEY_INC 0 #define KEY_DEC 1 #define KEY_MENU 2 #define KEY_DOWN 3 #define KEY_RLSHIFT 4 //#define KEY_UPDOWN 6 #define KEY_TIME 5 #define KEY_UP 6
www.eeworm.com/read/169956/5408342

rcmm galaxis.rcmm

0x00 KEY_0 0x01 KEY_1 0x02 KEY_2 0x03 KEY_3 0x04 KEY_4 0x05 KEY_5 0x06 KEY_6 0x07 KEY_7 0x08 KEY_8 0x09 KEY_9 0x0a KEY_MHP 0x0c KEY_POWER 0x0d KEY_MUTE 0x0f KEY_INFO 0x10 KEY_VOLUMEUP 0x11 KEY_VOLUME
www.eeworm.com/read/242928/12973301

cfg key.cfg

/* Quest v2 keyboard configuration file Copyright (c) 1998, 1998 Alexander Malmberg Format: ------- [ mode ] key [+flag [+flag ...]] = command Modes: ------ MOVE Keys used for movin
www.eeworm.com/read/318985/13464847

h key.h

#ifndef _KEY_H_ #define _KEY_H_ #include "type.h" enum { KEY_BEGIN, KEY_NULL = KEY_BEGIN, KEY_SHORT_BEGIN, KEY_OK = KEY_SHORT_BEGIN, KEY_CANCEL, KEY_RIGHT, KEY_LEFT,
www.eeworm.com/read/272605/10951927

c ps2.c

#include "PS2.h" #include "scancode.h" //5ms延时 static unsigned char IntNum = 0; //中断次数计数 static unsigned char KeyV; //键值 static unsigned char Key_UP=0, Shift = 0;//Key_UP是键松开标识,Shift是Shift键按下标识
www.eeworm.com/read/9016/161163

h keyscan.h

/* #define key_ok 10 #define key_cancel 11 #define key_up 12 #define key_down 13 #define key_NoKey 0 */ #define key_NoKey 0 #define key_ok 0x05 #define key_cancel 0x06 #define key_up 0x07
www.eeworm.com/read/179480/9354205

asm player.asm

:getkey "getkey" :move "move" :talk "talk" :main :heh ;#define KEY_LEFT 82 ;#define KEY_RIGHT 83 ;#define KEY_UP 84 ;#define KEY_DOWN