![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::MouseEventInit.
Public Member Functions | |
double | get_height () |
void | set_height (double) |
bool | get_isPrimary () |
void | set_isPrimary (bool) |
double | get_pointerId () |
void | set_pointerId (double) |
String * | get_pointerType () |
void | set_pointerType (const String &) |
double | get_pressure () |
void | set_pressure (double) |
double | get_tiltX () |
void | set_tiltX (double) |
double | get_tiltY () |
void | set_tiltY (double) |
double | get_width () |
void | set_width (double) |
![]() | |
double | get_button () |
void | set_button (double) |
double | get_buttons () |
void | set_buttons (double) |
double | get_clientX () |
void | set_clientX (double) |
double | get_clientY () |
void | set_clientY (double) |
EventTarget * | get_relatedTarget () |
void | set_relatedTarget (EventTarget *) |
double | get_screenX () |
void | set_screenX (double) |
double | get_screenY () |
void | set_screenY (double) |
![]() | |
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) |
![]() | |
double | get_detail () |
void | set_detail (double) |
Window * | get_view () |
void | set_view (Window *) |
![]() | |
bool | get_bubbles () |
void | set_bubbles (bool) |
bool | get_cancelable () |
void | set_cancelable (bool) |
bool | get_scoped () |
void | set_scoped (bool) |
![]() | |
Object () | |
template<typename T > | |
T | valueOf () |
operator double () const | |
Object * | operator[] (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) |
double client::PointerEventInit::get_height | ( | ) |
bool client::PointerEventInit::get_isPrimary | ( | ) |
double client::PointerEventInit::get_pointerId | ( | ) |
String* client::PointerEventInit::get_pointerType | ( | ) |
double client::PointerEventInit::get_pressure | ( | ) |
double client::PointerEventInit::get_tiltX | ( | ) |
double client::PointerEventInit::get_tiltY | ( | ) |
double client::PointerEventInit::get_width | ( | ) |
void client::PointerEventInit::set_height | ( | double | ) |
void client::PointerEventInit::set_isPrimary | ( | bool | ) |
void client::PointerEventInit::set_pointerId | ( | double | ) |
void client::PointerEventInit::set_pointerType | ( | const String & | ) |
void client::PointerEventInit::set_pressure | ( | double | ) |
void client::PointerEventInit::set_tiltX | ( | double | ) |
void client::PointerEventInit::set_tiltY | ( | double | ) |
void client::PointerEventInit::set_width | ( | double | ) |