Originally posted by HydroMods
Hey guys I want to know how the RTM menus work. How are the menus drawn and what is used for button monitoring? Is the drawing for the menu done using elements already in the game or system drawn?
Hud Elements
Button monitoring is also using the games monitoring basically isButtonPressed checks if the button is down(there might be a different call idk) but you are using the games memory to get everything and manipulate it basically