MouseEvent"
From Documentation
m ((via JWB)) |
m ((via JWB)) |
||
Line 9: | Line 9: | ||
= Employment/Purpose = | = Employment/Purpose = | ||
− | Represents an event caused by the mouse's activitly. There are two possible way to identify a mouse event. One is by coordination (< | + | Represents an event caused by the mouse's activitly. There are two possible way to identify a mouse event. One is by coordination (<code>getX()</code> and <code>getY()</code>). The other is by a logical name, called area (<code>getArea()</code>). |
= Example = | = Example = |
Latest revision as of 10:41, 12 January 2022
MouseEvent
- Demonstration: N/A
- Java API: MouseEvent
- JavaScript API: N/A
Employment/Purpose
Represents an event caused by the mouse's activitly. There are two possible way to identify a mouse event. One is by coordination (getX()
and getY()
). The other is by a logical name, called area (getArea()
).
Example
N/A
Supported events
None | None |
Supported Children
*N/A
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.4 | August 2010 | MouseEvent.getAreaComponent() is introduced to simplify the retrieval of the associated component (usually Area). |