TouchVG framework
|
鼠标转手势的辅助类 更多...
#include <gimousehelper.h>
Public 成员函数 | |
GiMouseHelper (GiView *view, GiCoreView *coreView) | |
bool | onLButtonDown (float x, float y, bool ctrl, bool shift) |
bool | onRButtonDown (float x, float y) |
bool | onMouseUp (float x, float y) |
bool | onMouseMove (float x, float y, bool ldown, bool rdown) |
bool | onLButtonDblClk (float x, float y) |
bool | onKeyDown (int code) |
Private 属性 | |
GiView * | _view |
GiCoreView * | _coreView |
float | _startX |
float | _startY |
bool | _moved |
bool | _ldown |
bool | _rdown |
鼠标转手势的辅助类