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.
11 #include "guilib/GUIDialog.h"
13 class CGUIDialogVideoOSD
: public CGUIDialog
17 CGUIDialogVideoOSD(void);
18 ~CGUIDialogVideoOSD(void) override
;
20 void FrameMove() override
;
21 bool OnMessage(CGUIMessage
& message
) override
;
22 bool OnAction(const CAction
&action
) override
;
24 EVENT_RESULT
OnMouseEvent(const CPoint
& point
, const KODI::MOUSE::CMouseEvent
& event
) override
;