NUI to DUI

Hello, I recently needed this feature, it would be very cool to be able to stream a nui on a dui so that I can create interactable 3d hud

1 Like

Why makes you think its not possible right now?
SendDuiMouseDown
SendDuiMouseUp
SendDuiMouseMove
SendDuiMouseWheel

About keyboard input, I’m not sure.

is that the problem, the keyboard

Srry for question, but what is the difference of NUI for DUI?

I think i got an idea but I don’t know if it good.
You can set focus on nui that will send to the (LUA/JS/C#) the button and then from the (LUA/JS/C#) do SendDuiMessage(DuiObject, JSON of the button click).

Not a good enough option, I think it will be nice to have keyboard focus or a method to pass keys to a dui.

1 Like