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

8.40 rightMouseUp

on.rightMouseUp(x, y)

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

Note

Only available on the desktop version.

This event will NOT be generated in the following cases:

• The preceding rightMouseDown event was blocked because the left mouse button was already down.

• The preceding rightMouseDown event was not handled.

Introduced in platform.apiLevel = '1.0'