Partial scroll bar implementation

This commit is contained in:
elasota
2020-03-10 01:35:42 -04:00
parent 699c3cf13c
commit ed7f8783c0
6 changed files with 271 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
#include "PLWidgets.h"
#include "MemoryManager.h"
#include "PLControlDefinitions.h"
namespace PortabilityLayer
{
@@ -99,6 +100,11 @@ namespace PortabilityLayer
return GetRect();
}
int Widget::ResolvePart(const Point &point) const
{
return kControlButtonPart;
}
void Widget::GainFocus()
{
}