Made KeyRecord a static class.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3272 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: KeyTranslatorImpl.java,v 1.7 2004/08/27 02:20:36 mdb Exp $
|
// $Id$
|
||||||
//
|
//
|
||||||
// Narya library - tools for developing networked games
|
// Narya library - tools for developing networked games
|
||||||
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
|
// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved
|
||||||
@@ -161,7 +161,7 @@ public class KeyTranslatorImpl implements KeyTranslator
|
|||||||
return commands.iterator();
|
return commands.iterator();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected class KeyRecord
|
protected static class KeyRecord
|
||||||
{
|
{
|
||||||
/** The command to be posted when the key is pressed. */
|
/** The command to be posted when the key is pressed. */
|
||||||
public String pressCommand;
|
public String pressCommand;
|
||||||
|
|||||||
Reference in New Issue
Block a user