Commit Graph
25 Commits
Author SHA1 Message Date
Glenn Maynard 5f34c4bab3 add m_aButtonsToNotHold 2007-04-25 20:24:13 +00:00
Glenn Maynard 9bbed8657d fMaxSecondsBack -> m_fMaxSecondsBack 2007-04-25 20:19:06 +00:00
Glenn Maynard 927b3df18b Further unify codes. Allow using hold-button, multiple-presses and
sequences in the same code.  Allow handling repeats and releases.

changes:
MenuLeft,MenuRight -> MenuLeft,MenuRight (sequence)
MenuLeft-MenuRight -> MenuLeft-MenuRight (tap)
MenuLeft+MenuRight -> @MenuLeft-MenuRight (hold-and-press)

new:

@MenuLeft-+MenuRight
   press MenuRighthold while holding MenuLeft; triggers on MenuRight repeats

@MenuLeft-+MenuRight
   release MenuRight while holding MenuLeft

@MenuLeft-MenuRight,@MenuLeft-MenuRight
   press MenuRight twice while holding MenuLeft

MenuLeft-MenuRight,MenuUp-MenuDown
   press MenuLeft and MenuRight simultaneously, then press MenuUp
   and MenuDown simultaneously
2007-03-16 01:34:54 +00:00
Glenn Maynard 9bfb1a7c4f remove unused 2007-03-15 20:48:13 +00:00
Glenn Maynard dc8a6ee910 move CodeItem into InputQueue
rename to InputQueueCode
2007-03-15 20:44:18 +00:00
Glenn Maynard 223f4b57c2 unify code types 2007-03-15 20:38:12 +00:00
Glenn Maynard 5cc5462722 header cleanup 2006-11-21 05:17:01 +00:00
Glenn Maynard d19fdc9caf NUM_GameController 2006-09-26 20:57:31 +00:00
Glenn Maynard 72c9cf47c1 unused 2006-09-13 02:09:55 +00:00
Glenn Maynard 4b26951f0a split InputQueue::WasPressedRecently from AllWerePressedRecently.
This simplifies AllWerePressedRecently, and makes the input state
at the time of the press available.
2006-09-08 04:18:01 +00:00
Glenn Maynard 4da8857f1d Simplify InputQueue: use InputEventPlus. This has the
timestamp it needs, and we can match MenuI from it without
doing extra conversions.
2006-09-08 03:16:35 +00:00
Glenn Maynard 8ebab0dde7 cleanup 2006-09-08 02:59:53 +00:00
Steve Checkoway cff13747a6 Cleanup. 2006-09-02 20:17:17 +00:00
Glenn Maynard 733127d8ed license update 2004-06-08 01:24:17 +00:00
Glenn Maynard dc33cc12bb increase MAX_INPUT_QUEUE_LENGTH 2004-01-26 03:36:02 +00:00
Chris Danford 2dc6cb9099 Let CodeDetector detect Left+Right and Left-Right-Start codes on ScreenSelectMusic 2003-12-02 09:04:00 +00:00
Chris Danford 71c57c1348 xoffset -> addx 2003-04-14 05:22:33 +00:00
Glenn Maynard 55e92e771d s/CArray<x,y>/vector<x>/g 2003-01-03 05:56:28 +00:00
Glenn Maynard 24cc7a3c04 Get rid of all other #pragma once's, except the one in StdAfx.h.
(three cheers for perl)
2002-11-16 08:07:38 +00:00
Glenn Maynard 7e9905995d some more s/GetSize/size/ and other minor STLisms 2002-10-31 03:16:02 +00:00
Chris Danford 4f732aaa5b Random background movie support 2002-07-31 22:37:58 +00:00
Chris Danford 4ec08edf2d Mini-rewrite of input mapping, theme support, and added KSF reader. 2002-07-31 19:40:40 +00:00
Chris Danford 936fabbe85 more fixes to Oni and courses 2002-07-27 19:29:51 +00:00
Chris Danford 0bc6e1ec7e weekend checkin 2002-06-14 22:25:22 +00:00
Chris Danford 8549236385 no message 2002-05-20 08:59:37 +00:00