API documentation  2.0rc1
Public Member Functions | List of all members
client::TouchEventInit Class Reference

#include <clientlib.h>

Inherits client::EventModifierInit.

Public Member Functions

Arrayget_changedTouches ()
 
void set_changedTouches (Array *)
 
Arrayget_targetTouches ()
 
void set_targetTouches (Array *)
 
Arrayget_touches ()
 
void set_touches (Array *)
 
- Public Member Functions inherited from client::EventModifierInit
bool get_altKey ()
 
void set_altKey (bool)
 
bool get_ctrlKey ()
 
void set_ctrlKey (bool)
 
bool get_metaKey ()
 
void set_metaKey (bool)
 
bool get_modifierAltGraph ()
 
void set_modifierAltGraph (bool)
 
bool get_modifierCapsLock ()
 
void set_modifierCapsLock (bool)
 
bool get_modifierFn ()
 
void set_modifierFn (bool)
 
bool get_modifierFnLock ()
 
void set_modifierFnLock (bool)
 
bool get_modifierHyper ()
 
void set_modifierHyper (bool)
 
bool get_modifierNumLock ()
 
void set_modifierNumLock (bool)
 
bool get_modifierOS ()
 
void set_modifierOS (bool)
 
bool get_modifierScrollLock ()
 
void set_modifierScrollLock (bool)
 
bool get_modifierSuper ()
 
void set_modifierSuper (bool)
 
bool get_modifierSymbol ()
 
void set_modifierSymbol (bool)
 
bool get_modifierSymbolLock ()
 
void set_modifierSymbolLock (bool)
 
bool get_shiftKey ()
 
void set_shiftKey (bool)
 
- Public Member Functions inherited from client::UIEventInit
double get_detail ()
 
void set_detail (double)
 
Windowget_view ()
 
void set_view (Window *)
 
- Public Member Functions inherited from client::EventInit
bool get_bubbles ()
 
void set_bubbles (bool)
 
bool get_cancelable ()
 
void set_cancelable (bool)
 
bool get_scoped ()
 
void set_scoped (bool)
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Member Function Documentation

◆ get_changedTouches()

Array* client::TouchEventInit::get_changedTouches ( )

◆ get_targetTouches()

Array* client::TouchEventInit::get_targetTouches ( )

◆ get_touches()

Array* client::TouchEventInit::get_touches ( )

◆ set_changedTouches()

void client::TouchEventInit::set_changedTouches ( Array )

◆ set_targetTouches()

void client::TouchEventInit::set_targetTouches ( Array )

◆ set_touches()

void client::TouchEventInit::set_touches ( Array )