All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pdftron::PDF::PDFViewCtrl::MouseEvent Struct Reference

#include <PDFViewCtrl.h>

Public Attributes

int m_x
 
int m_y
 
int m_wheelRotation
 
int m_wheelDelta
 
int m_linesPerAction
 
UInt8 m_leftDown
 
UInt8 m_middleDown
 
UInt8 m_rightDown
 
UInt8 m_controlDown
 
UInt8 m_shiftDown
 
UInt8 m_altDown
 
UInt8 m_metaDown
 
enum ControlEventType m_event_type
 
enum WindowID m_event_window
 
UInt8 m_pdfviewctrl_processed
 

Detailed Description

Struct containing the data necessary to process mouse event callback on the client side.

Definition at line 191 of file PDFViewCtrl.h.

Member Data Documentation

UInt8 pdftron::PDF::PDFViewCtrl::MouseEvent::m_altDown

Definition at line 202 of file PDFViewCtrl.h.

UInt8 pdftron::PDF::PDFViewCtrl::MouseEvent::m_controlDown

Definition at line 200 of file PDFViewCtrl.h.

enum ControlEventType pdftron::PDF::PDFViewCtrl::MouseEvent::m_event_type

Definition at line 206 of file PDFViewCtrl.h.

enum WindowID pdftron::PDF::PDFViewCtrl::MouseEvent::m_event_window

Definition at line 208 of file PDFViewCtrl.h.

UInt8 pdftron::PDF::PDFViewCtrl::MouseEvent::m_leftDown

Definition at line 197 of file PDFViewCtrl.h.

int pdftron::PDF::PDFViewCtrl::MouseEvent::m_linesPerAction

Definition at line 196 of file PDFViewCtrl.h.

UInt8 pdftron::PDF::PDFViewCtrl::MouseEvent::m_metaDown

Definition at line 203 of file PDFViewCtrl.h.

UInt8 pdftron::PDF::PDFViewCtrl::MouseEvent::m_middleDown

Definition at line 198 of file PDFViewCtrl.h.

UInt8 pdftron::PDF::PDFViewCtrl::MouseEvent::m_pdfviewctrl_processed

Definition at line 210 of file PDFViewCtrl.h.

UInt8 pdftron::PDF::PDFViewCtrl::MouseEvent::m_rightDown

Definition at line 199 of file PDFViewCtrl.h.

UInt8 pdftron::PDF::PDFViewCtrl::MouseEvent::m_shiftDown

Definition at line 201 of file PDFViewCtrl.h.

int pdftron::PDF::PDFViewCtrl::MouseEvent::m_wheelDelta

Definition at line 195 of file PDFViewCtrl.h.

int pdftron::PDF::PDFViewCtrl::MouseEvent::m_wheelRotation

Definition at line 194 of file PDFViewCtrl.h.

int pdftron::PDF::PDFViewCtrl::MouseEvent::m_x

Definition at line 192 of file PDFViewCtrl.h.

int pdftron::PDF::PDFViewCtrl::MouseEvent::m_y

Definition at line 193 of file PDFViewCtrl.h.


The documentation for this struct was generated from the following file: