manups4e / ScaleformUI

ScaleformUI is a GTA menu styled API made with custom Scaleforms to be lighter, faster and visually better
Other
141 stars 49 forks source link

[LUA] UIMenu processes user inputs while hidden by a warning message #149

Closed Asaayu closed 1 year ago

Asaayu commented 1 year ago

Example video of the issue

The UIMenu:Draw function has handling for if a warning is showing, but the UIMenu:ProcessControl function doesn't, so any user inputs pressed while showing a warning get processed by the UIMenu behind the warning.

manups4e commented 1 year ago

should be fixed with https://github.com/manups4e/ScaleformUI/commit/3f9e612c2e472646965f554212b786d0ff87b445 and https://github.com/manups4e/ScaleformUI/commit/8e7e1649105c3d791973665664cc1b14358f1e1d

Asaayu commented 1 year ago

After testing the issue is no longer present