![]() |
CheckInput2()? - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49) +---- Thread: CheckInput2()? (/showthread.php?tid=223) |
CheckInput2()? - Loraunt - 06-08-2006 I'm working on a specific new feature I believe most of you would enjoy to have in your game or or engine. I'm not going to tell you what it is yet, but I was wondering if the CheckInput2() function is used in MSE Build 1? I've searched for it being called in all the modules and forms but can't seem to find a reason for it being there. If you know that its unused or know anything about it please let me know so I can release the tutorial for my "feature". - Liz - 06-08-2006 I'm not sure, but I think it isn't used. If you haven't found a call to it then it probably isn't used. - Dragoons Master - 06-08-2006 It is not used, I don't know why but it's not. I opened a blank MSE client and searched for "CheckInput2" and found only "Sub CheckInput2()" so it is not called/requested anytime, anywhere, no idea why. Maybe Shan knows why ![]() - Leighland - 07-08-2006 Maybe had plans for it's use with a certain feature and forgot to add the feature, or just simply left it out? - Robin - 09-08-2006 I think the code from CheckInput2 is at the top of Sub Gameloop, although I'm not sure. Maybe the code was transferred, and the sub was never destroyed. - Belier13 - 09-08-2006 Maybe it was a backup of CheckInput that Shan forgot to remove? Maybe yes maybe no - Godlord - 09-03-2007 If it looks the same as CheckInput then just remove it. Looks it a little bit different then start reading it and try to find out what it does. Does it look really different then it should be another way. - William - 09-03-2007 It doesnt look the same, I dont think it uses constants, too bored to look now thought. - DarkX - 08-05-2007 I know this is a old post but Code: Sub CheckInput2() Code: Sub CheckInput(ByVal KeyState As Byte, ByVal KeyCode As Integer, ByVal Shift As Integer) |