Searched defs:CmdKey (Results 1 – 8 of 8) sorted by relevance
174 struct CmdKey : Key struct in Nestopia::Managers::Input::Commands178 uint cmd;179 bool prev;
32 Input::Commands::CmdKey::CmdKey(const Key& key,uint c) in CmdKey() function in Nestopia::Managers::Input::Commands::CmdKey
18 CmdKey []byte member
45 func (id ID) CmdKey() []byte { func
78 TEST(NormalizingInputFilterMacTest, CmdKey) { in TEST() argument
449 struct CmdKey { struct450 gkey key; // Associated key or macro number451 gkey cmd; // Command number452 int type; // Type of key
905 #define CmdKey 0x0001 macro