Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Emscripten
Input
TouchGesture.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "AppInterface.h"
6
#include "InputEvents.h"
7
#include "IEmscriptenInputHandler.h"
8
9
namespace
Eegeo
10
{
11
namespace
Emscripten
12
{
13
namespace
Input
14
{
15
class
TouchGesture
16
{
17
private
:
18
IEmscriptenInputHandler
* pHandler;
19
20
void
CreateTouchEventData(
AppInterface::TouchData
& data,
const
MouseInputEvent
& event);
21
22
public
:
23
TouchGesture
(
IEmscriptenInputHandler
* pHandler);
24
25
void
PointerDown(
const
MouseInputEvent
& event);
26
void
PointerUp(
const
MouseInputEvent
& event);
27
void
PointerMove(
const
MouseInputEvent
& event);
28
};
29
}
30
}
31
}
Generated on Sat Jun 10 2023 02:00:28 for eeGeo Platform SDK by
1.8.3.1