|
|
|
|
#pragma region License
|
|
|
|
|
/*
|
|
|
|
|
License (OLC-3)
|
|
|
|
|
~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
Copyright 2024 Joshua Sigona <sigonasr2@gmail.com>
|
|
|
|
|
|
|
|
|
|
Redistribution and use in source and binary forms, with or without modification,
|
|
|
|
|
are permitted provided that the following conditions are met:
|
|
|
|
|
|
|
|
|
|
1. Redistributions or derivations of source code must retain the above copyright
|
|
|
|
|
notice, this list of conditions and the following disclaimer.
|
|
|
|
|
|
|
|
|
|
2. Redistributions or derivative works in binary form must reproduce the above
|
|
|
|
|
copyright notice. This list of conditions and the following disclaimer must be
|
|
|
|
|
reproduced in the documentation and/or other materials provided with the distribution.
|
|
|
|
|
|
|
|
|
|
3. Neither the name of the copyright holder nor the names of its contributors may
|
|
|
|
|
be used to endorse or promote products derived from this software without specific
|
|
|
|
|
prior written permission.
|
|
|
|
|
|
|
|
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
|
|
|
|
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
|
|
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
|
|
|
|
|
SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
|
|
|
|
|
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
|
|
|
|
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
|
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
|
|
|
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
|
SUCH DAMAGE.
|
|
|
|
|
|
|
|
|
|
Portions of this software are copyright <EFBFBD> 2024 The FreeType
|
|
|
|
|
Project (www.freetype.org). Please see LICENSE_FT.txt for more information.
|
|
|
|
|
All rights reserved.
|
|
|
|
|
*/
|
|
|
|
|
#pragma endregion
|
|
|
|
|
#pragma once
|
|
|
|
|
#include "MenuComponent.h"
|
|
|
|
|
#include "AdventuresInLestoria.h"
|
|
|
|
|
#include "drawutil.h"
|
|
|
|
|
#include "util.h"
|
|
|
|
|
#include "ScrollableWindowComponent.h"
|
|
|
|
|
|
|
|
|
|
using A=Attribute;
|
|
|
|
|
|
|
|
|
|
INCLUDE_game
|
|
|
|
|
|
|
|
|
|
//A button that directly draws in a location in the game.
|
|
|
|
|
class FloatingMenuComponent:public MenuComponent{
|
|
|
|
|
public:
|
|
|
|
|
inline FloatingMenuComponent(geom2d::rect<float>rect,std::string label,MenuFunc onClick,ButtonAttr attributes=ButtonAttr::NONE)
|
|
|
|
|
:MenuComponent(rect,label,onClick,attributes){};
|
|
|
|
|
|
|
|
|
|
inline virtual bool HandleOutsideDisabledButtonSelection(std::weak_ptr<MenuComponent>disabledButton)override final{
|
|
|
|
|
return true;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
inline virtual bool GetHoverState(AiL*game){
|
|
|
|
|
if(!parentComponent.expired()){
|
|
|
|
|
return parentComponent.lock()->GetHoverState(game,this);
|
|
|
|
|
}else{
|
|
|
|
|
return geom2d::overlaps(geom2d::rect<float>{rect.pos,rect.size},game->GetMousePos());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
inline virtual void DrawDecal(ViewPort&window,bool focused)override final{
|
|
|
|
|
if(background){
|
|
|
|
|
Pixel backCol=PixelLerp(Menu::themes[Menu::themeSelection].GetButtonCol(),Menu::themes[Menu::themeSelection].GetHighlightCol(),hoverEffect/"ThemeGlobal.HighlightTime"_F);
|
|
|
|
|
if(grayedOut){
|
|
|
|
|
backCol=DARK_GREY;
|
|
|
|
|
}
|
|
|
|
|
game->FillRectDecal(rect.pos+V(A::DRAW_OFFSET),rect.size,backCol);
|
|
|
|
|
}
|
|
|
|
|
if(selected&&selectionType==HIGHLIGHT){
|
|
|
|
|
game->FillRectDecal(rect.pos+V(A::DRAW_OFFSET),rect.size,PixelLerp(Menu::themes[Menu::themeSelection].GetButtonCol(),Menu::themes[Menu::themeSelection].GetHighlightCol(),util::lerp(0.75f,1.0f,hoverEffect/"ThemeGlobal.HighlightTime"_F)));
|
|
|
|
|
}
|
|
|
|
|
if(border){
|
|
|
|
|
game->FillRectDecal(rect.pos+V(A::DRAW_OFFSET),{rect.size.x+1,1},borderCol);
|
|
|
|
|
game->FillRectDecal(rect.pos+V(A::DRAW_OFFSET),{1,rect.size.y+1},borderCol);
|
|
|
|
|
game->FillRectDecal(rect.pos+V(A::DRAW_OFFSET)+vf2d{rect.size.x-1+1,0},{1,rect.size.y+1},borderCol);
|
|
|
|
|
game->FillRectDecal(rect.pos+V(A::DRAW_OFFSET)+vf2d{0,rect.size.y-1+1},{rect.size.x+1,1},borderCol);
|
|
|
|
|
}
|
|
|
|
|
if(showDefaultLabel){
|
|
|
|
|
vf2d adjustedScale=labelScaling;
|
|
|
|
|
vi2d labelTextSize=vf2d(game->GetTextSizeProp(label))*adjustedScale;
|
|
|
|
|
|
|
|
|
|
if(fitToLabel){
|
|
|
|
|
float sizeRatio=(vf2d(labelTextSize).x)/(rect.size.x-2);
|
|
|
|
|
if(sizeRatio>1){
|
|
|
|
|
adjustedScale.x/=sizeRatio;
|
|
|
|
|
labelTextSize.x/=sizeRatio;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
game->DrawStringPropDecal(rect.pos+V(A::DRAW_OFFSET)+rect.size/2-vf2d(labelTextSize)/2.f,label,WHITE,adjustedScale);
|
|
|
|
|
}
|
|
|
|
|
if(selected){
|
|
|
|
|
switch(selectionType){
|
|
|
|
|
case CROSSHAIR:drawutil::DrawCrosshairDecal(game,{rect.pos+V(A::DRAW_OFFSET),rect.size},0);break;
|
|
|
|
|
case INNER_BOX:game->DrawRectDecal(rect.pos+V(A::DRAW_OFFSET)+vi2d{1,1},rect.size-vi2d{2,2});break;
|
|
|
|
|
case HIGHLIGHT:break;//Not used.
|
|
|
|
|
case SelectionType::NONE:break;//Displays nothing.
|
|
|
|
|
default:ERR("Undefined selection type selected: "<<int(selectionType));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
};
|