mame/src/osd
Aaron Giles d8715ab4ac Note: I have done some testing, but there are probably more bugs
lurking. If you run into anything odd, please let me know.

Added new module uiinput.c which manages input for the user interface.
The OSD is responsible for pushing mouse events and character events
to this interface in order to support mouse movement and text-based
input (currently only used for the select game menu). Added support
for navigating through the menus using the mouse. 
[Nathan Woods, Aaron Giles]

Redesigned the UI menus so that they can maintain a richer state. Now
the menus can be generated once and reused, rather than requiring them
to be regenerated on each frame. All menus also share a comment eventing
system and navigation through them is managed centrally. Rewrote all the 
menus to use the new system, apart from the cheat menus, which are now 
disabled. Reorganized the video menu to make it easier to understand.
[Aaron Giles]
2008-07-12 20:18:25 +00:00
..
osdmini Copyright cleanup: 2008-01-06 00:47:40 +00:00
windows Note: I have done some testing, but there are probably more bugs 2008-07-12 20:18:25 +00:00
osdcomm.h Rewrote some potentially compiler specific code: 2008-03-02 00:35:58 +00:00
osdcore.h Copyright cleanup: 2008-01-06 00:47:40 +00:00
osdepend.h Restructured input port internals and cleaned up inptport.c: 2008-05-15 16:25:03 +00:00