amterp / COMP30019-Project-1

Project 1 for 2018 Semester 2 of COMP30019
1 stars 0 forks source link

Add a hotkey which brings up a mouse cursor/UI #14

Closed amterp closed 6 years ago

amterp commented 6 years ago

Stretch goal.

Necessary to interface with the UI buttons/fields. Very simply, add a hotkey which, when pressed, toggles the mouse's ability to control the camera's pitch/yaw, and instead brings up a cursor which can be used to click things.

Also add some text onto the screen that's always showing that says which button to press e.g. "Press ESC to bring use UI". The idea is that buttons will only show up upon pressing this button. It's effectively a menu.

amterp commented 6 years ago

Implemented with #36.