J :
* Display pictures for buttons on PSP in the keybinding screen. * Fix a bug where the New Binding... button would disappear when creating a new binding. * Fix a bug where the menu to choose the bound symbol was not modal.
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
#ifndef _TRANSLATEKEYS_H_
|
||||
#define _TRANSLATEKEYS_H_
|
||||
|
||||
#include <utility>
|
||||
#include <string>
|
||||
#include "JGE.h"
|
||||
|
||||
struct KeyRep
|
||||
{
|
||||
KeyRep(JQuad*, std::string);
|
||||
JQuad* icon;
|
||||
std::string text;
|
||||
};
|
||||
|
||||
|
||||
typedef pair<string, JQuad*> KeyRep;
|
||||
const KeyRep& translateKey(LocalKeySym);
|
||||
const KeyRep& translateKey(JButton);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user