mirror of
https://gitee.com/openharmony/accessibility
synced 2025-02-22 12:39:29 +00:00
pointer事件中global,local坐标命名改为display、window坐标
Signed-off-by: duanwenhao <duanwenhao2@huawei.com>
This commit is contained in:
parent
06c5202a91
commit
9b81a93894
@ -75,17 +75,17 @@ void PointerEvent::PointerItem::SetDisplayY(int32_t y)
|
||||
|
||||
int32_t PointerEvent::PointerItem::GetWindowX() const
|
||||
{
|
||||
return windowX_ ;
|
||||
return windowX_;
|
||||
}
|
||||
|
||||
void PointerEvent::PointerItem::SetWindowX(int32_t x)
|
||||
{
|
||||
windowX_ = x;
|
||||
windowX_ = x;
|
||||
}
|
||||
|
||||
int32_t PointerEvent::PointerItem::GetWindowY() const
|
||||
{
|
||||
return windowY_;
|
||||
return windowY_;
|
||||
}
|
||||
|
||||
void PointerEvent::PointerItem::SetWindowY(int32_t y)
|
||||
|
Loading…
x
Reference in New Issue
Block a user