diff options
| author | 2011-05-09 17:08:40 -0700 | |
|---|---|---|
| committer | 2011-05-09 17:08:40 -0700 | |
| commit | 79cdb882984959663cc01ac3ccd490843d91617c (patch) | |
| tree | ca71c6d33946a3c1ca9f2d1e73b0322d401ba3d9 /include/ui/Input.h | |
| parent | 6d6482cb0aa9759d83ff498ce49e9d2c5d840f36 (diff) | |
| parent | aafc7005110bb5013215adc50ce2fab544856e92 (diff) | |
am 0c6cbf41: Merge "Better compat mode part one: start scaling windows." into honeycomb-mr2
* commit '0c6cbf410a642f6e9cea7cca0a6e53a4a3cdd324':
Better compat mode part one: start scaling windows.
Diffstat (limited to 'include/ui/Input.h')
| -rw-r--r-- | include/ui/Input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui/Input.h b/include/ui/Input.h index d9d77c4e50..bc5b718fb8 100644 --- a/include/ui/Input.h +++ b/include/ui/Input.h @@ -203,6 +203,8 @@ struct PointerCoords { status_t setAxisValue(int32_t axis, float value); float* editAxisValue(int32_t axis); + void scale(float scale); + #ifdef HAVE_ANDROID_OS status_t readFromParcel(Parcel* parcel); status_t writeToParcel(Parcel* parcel) const; |