mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-17 10:47:01 +00:00
More mouse events for pause screen
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "IOStreams.hpp"
|
||||
#include "CGuiObject.hpp"
|
||||
#include "zeus/CColor.hpp"
|
||||
#include "boo/IWindow.hpp"
|
||||
|
||||
namespace urde {
|
||||
class CGuiFrame;
|
||||
@@ -70,6 +71,9 @@ protected:
|
||||
bool xb7_25_ : 1;
|
||||
bool m_mouseActive : 1;
|
||||
|
||||
std::experimental::optional<boo::SScrollDelta> m_lastScroll;
|
||||
boo::SScrollDelta m_integerScroll;
|
||||
|
||||
public:
|
||||
CGuiWidget(const CGuiWidgetParms& parms);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user