|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <dbt.h>#include <math.h>#include <Shlobj.h>#include <Windowsx.h>#include "Application.h"#include "AppInboundProtocol.h"#include "guilib/GUIComponent.h"#include "guilib/GUIControl.h"#include "guilib/GUIWindowManager.h"#include "input/mouse/MouseStat.h"#include "input/touch/generic/GenericTouchActionHandler.h"#include "input/touch/generic/GenericTouchSwipeDetector.h"#include "input/InputManager.h"#include "messaging/ApplicationMessenger.h"#include "network/Zeroconf.h"#include "network/ZeroconfBrowser.h"#include "platform/win32/CharsetConverter.h"#include "platform/win32/powermanagement/Win32PowerSyscall.h"#include "platform/win32/storage/Win32StorageProvider.h"#include "platform/win32/WIN32Util.h"#include "peripherals/Peripherals.h"#include "ServiceBroker.h"#include "storage/MediaManager.h"#include "Util.h"#include "utils/JobManager.h"#include "utils/log.h"#include "utils/StringUtils.h"#include "rendering/dx/RenderContext.h"#include "WinKeyMap.h"#include "WinEventsWin32.h"Macros | |
| #define | _USE_MATH_DEFINES |
| #define | LODWORD(longval) ((DWORD)((DWORDLONG)(longval))) |
| #define | ROTATE_ANGLE_DEGREE(arg) GID_ROTATE_ANGLE_FROM_ARGUMENT(LODWORD(arg)) * 180 / M_PI |
| #define | REPEATED_KEYMASK (1<<30) |
| #define | EXTENDED_KEYMASK (1<<24) |
| #define | EXTKEYPAD(keypad) ((scancode & 0x100)?(mvke):(keypad)) |
| #define | WM_MEDIA_CHANGE (WM_USER + 666) |
Variables | |
| HWND | g_hWnd = nullptr |
| uint32_t | g_uQueryCancelAutoPlay = 0 |
| bool | g_sizeMoveSizing = false |
| bool | g_sizeMoveMoving = false |
| int | g_sizeMoveWidth = 0 |
| int | g_sizeMoveHight = 0 |
| int | g_sizeMoveX = -10000 |
| int | g_sizeMoveY = -10000 |
| int | XBMC_TranslateUNICODE = 1 |
| SHChangeNotifyEntry | shcne |
| #define _USE_MATH_DEFINES |
| #define EXTENDED_KEYMASK (1<<24) |
| #define EXTKEYPAD | ( | keypad | ) | ((scancode & 0x100)?(mvke):(keypad)) |
| #define LODWORD | ( | longval | ) | ((DWORD)((DWORDLONG)(longval))) |
| #define REPEATED_KEYMASK (1<<30) |
| #define WM_MEDIA_CHANGE (WM_USER + 666) |
| HWND g_hWnd = nullptr |
| int g_sizeMoveHight = 0 |
| bool g_sizeMoveMoving = false |
| bool g_sizeMoveSizing = false |
| int g_sizeMoveWidth = 0 |
| int g_sizeMoveX = -10000 |
| int g_sizeMoveY = -10000 |
| uint32_t g_uQueryCancelAutoPlay = 0 |
| SHChangeNotifyEntry shcne |
| int XBMC_TranslateUNICODE = 1 |