[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / music / windows / GUIWindowVisualisation.h
blob0e1201189d879866cfcc30ebeb140853cc0678ac
1 /*
2 * Copyright (C) 2005-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #pragma once
11 #include "guilib/GUIWindow.h"
12 #include "music/tags/MusicInfoTag.h"
13 #include "utils/Stopwatch.h"
15 class CGUIWindowVisualisation :
16 public CGUIWindow
18 public:
19 CGUIWindowVisualisation(void);
20 bool OnMessage(CGUIMessage& message) override;
21 bool OnAction(const CAction &action) override;
22 void FrameMove() override;
23 protected:
24 EVENT_RESULT OnMouseEvent(const CPoint& point, const KODI::MOUSE::CMouseEvent& event) override;
26 CStopWatch m_initTimer;
27 CStopWatch m_lockedTimer;
28 bool m_bShowPreset;
29 MUSIC_INFO::CMusicInfoTag m_tag; // current tag info, for finding when the info manager updates