overextended / ox_lib

A FiveM resource and script library for Lua and JS.
https://overextended.dev/ox_lib
GNU Lesser General Public License v3.0
305 stars 406 forks source link

[suggestion] Rightclick support for Context menu #571

Closed zRxnx closed 5 months ago

zRxnx commented 5 months ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like A option to configure the left and rightclick. For example: (very simple example)

rightclick = function()
      ExecuteMyFunction()
end
LukeWasTakenn commented 5 months ago

Not going to happen.

Right click is unintuitive and bad UX design, plus it's already a context menu so using a right click to do something makes no sense.