# OHOS::ClickEvent - [Overview](#section963906420165635) - [Summary](#section113641388165635) - [Public Member Functions](#pub-methods) ## **Overview** **Related Modules:** [Graphic](Graphic.md) **Description:** Defines a click event, which indicates that a finger is pressed on the screen and then lifted within 1 second. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Public Member Functions
ClickEvent (const Point &pos) |
A constructor used to create a ClickEvent instance. |
~ClickEvent () |
A destructor used to delete the ClickEvent instance. |
Event () |
A default constructor used to create an Event instance. |
|
A constructor used to create an Event instance. |
|
~Event () |
A destructor used to delete the Event instance. |
GetCurrentPos () const |
const Point & |
GetTimeStamp () const |
|
SetTimeStamp (const TimeType &timeStamp) |
|
operator new (size_t size) |
|
operator delete (void *p) |