You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Event Handling > mouseUp

8.32 mouseUp

on.mouseUp(x, y)

This routine is called when the user releases the mouse button.

Note

This event will NOT be generated in the following cases:

• The preceding mouseDown event was blocked because the right mouse button was down already.

• The preceding mouseDown event was not handled.

Introduced in platform.apiLevel = '1.0'