ホーム › UI.Input.Touch › IInertiaProcessor
IInertiaProcessor
COMメソッド 49
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT get_InitialOriginX(FLOAT* x) |
| 4 | HRESULT put_InitialOriginX(FLOAT x) |
| 5 | HRESULT get_InitialOriginY(FLOAT* y) |
| 6 | HRESULT put_InitialOriginY(FLOAT y) |
| 7 | HRESULT get_InitialVelocityX(FLOAT* x) |
| 8 | HRESULT put_InitialVelocityX(FLOAT x) |
| 9 | HRESULT get_InitialVelocityY(FLOAT* y) |
| 10 | HRESULT put_InitialVelocityY(FLOAT y) |
| 11 | HRESULT get_InitialAngularVelocity(FLOAT* velocity) |
| 12 | HRESULT put_InitialAngularVelocity(FLOAT velocity) |
| 13 | HRESULT get_InitialExpansionVelocity(FLOAT* velocity) |
| 14 | HRESULT put_InitialExpansionVelocity(FLOAT velocity) |
| 15 | HRESULT get_InitialRadius(FLOAT* radius) |
| 16 | HRESULT put_InitialRadius(FLOAT radius) |
| 17 | HRESULT get_BoundaryLeft(FLOAT* left) |
| 18 | HRESULT put_BoundaryLeft(FLOAT left) |
| 19 | HRESULT get_BoundaryTop(FLOAT* top) |
| 20 | HRESULT put_BoundaryTop(FLOAT top) |
| 21 | HRESULT get_BoundaryRight(FLOAT* right) |
| 22 | HRESULT put_BoundaryRight(FLOAT right) |
| 23 | HRESULT get_BoundaryBottom(FLOAT* bottom) |
| 24 | HRESULT put_BoundaryBottom(FLOAT bottom) |
| 25 | HRESULT get_ElasticMarginLeft(FLOAT* left) |
| 26 | HRESULT put_ElasticMarginLeft(FLOAT left) |
| 27 | HRESULT get_ElasticMarginTop(FLOAT* top) |
| 28 | HRESULT put_ElasticMarginTop(FLOAT top) |
| 29 | HRESULT get_ElasticMarginRight(FLOAT* right) |
| 30 | HRESULT put_ElasticMarginRight(FLOAT right) |
| 31 | HRESULT get_ElasticMarginBottom(FLOAT* bottom) |
| 32 | HRESULT put_ElasticMarginBottom(FLOAT bottom) |
| 33 | HRESULT get_DesiredDisplacement(FLOAT* displacement) |
| 34 | HRESULT put_DesiredDisplacement(FLOAT displacement) |
| 35 | HRESULT get_DesiredRotation(FLOAT* rotation) |
| 36 | HRESULT put_DesiredRotation(FLOAT rotation) |
| 37 | HRESULT get_DesiredExpansion(FLOAT* expansion) |
| 38 | HRESULT put_DesiredExpansion(FLOAT expansion) |
| 39 | HRESULT get_DesiredDeceleration(FLOAT* deceleration) |
| 40 | HRESULT put_DesiredDeceleration(FLOAT deceleration) |
| 41 | HRESULT get_DesiredAngularDeceleration(FLOAT* deceleration) |
| 42 | HRESULT put_DesiredAngularDeceleration(FLOAT deceleration) |
| 43 | HRESULT get_DesiredExpansionDeceleration(FLOAT* deceleration) |
| 44 | HRESULT put_DesiredExpansionDeceleration(FLOAT deceleration) |
| 45 | HRESULT get_InitialTimestamp(DWORD* timestamp) |
| 46 | HRESULT put_InitialTimestamp(DWORD timestamp) |
| 47 | HRESULT Reset() |
| 48 | HRESULT Process(BOOL* completed) |
| 49 | HRESULT ProcessTime(DWORD timestamp, BOOL* completed) |
| 50 | HRESULT Complete() |
| 51 | HRESULT CompleteTime(DWORD timestamp) |