J :
* Create the subsystem for keybindings.
This commit is contained in:
@@ -61,7 +61,7 @@ void OptionSelect::initSelections(){
|
||||
}
|
||||
}
|
||||
|
||||
void OptionSelect::Entering(u32 key){
|
||||
void OptionSelect::Entering(JButton key){
|
||||
OptionItem::Entering(key);
|
||||
prior_value = value;
|
||||
}
|
||||
@@ -187,7 +187,7 @@ void OptionProfile::Render(){
|
||||
mFont->SetScale(1);
|
||||
|
||||
}
|
||||
void OptionProfile::Entering(u32 key){
|
||||
void OptionProfile::Entering(JButton key){
|
||||
mFocus = true;
|
||||
initialValue = value;
|
||||
}
|
||||
@@ -427,4 +427,4 @@ void OptionTheme::confirmChange(bool confirmed){
|
||||
resources.Refresh(); //Update images
|
||||
prior_value = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user