Ignore:
Timestamp:
Nov 18, 2010, 2:42:28 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Exiting menu with ESC can now be canceled.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Menu/Dialog/DialogSelection.asm

    r52 r58  
    22; Project name  :   Assembly Library
    33; Created date  :   13.8.2010
    4 ; Last update   :   12.10.2010
     4; Last update   :   18.11.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Displays selection dialog.
     
    5151istruc MENUEVENT
    5252    at  MENUEVENT.InitializeMenuinitFromDSSI,   dw  .InitializeMenuinitFromDSSI
    53     at  MENUEVENT.ExitMenu,                     dw  Dialog_EventNotHandled
     53    at  MENUEVENT.ExitMenu,                     dw  Dialog_EventExitMenu
    5454    at  MENUEVENT.IdleProcessing,               dw  Dialog_EventNotHandled
    5555    at  MENUEVENT.ItemHighlightedFromCX,        dw  Dialog_EventNotHandled
Note: See TracChangeset for help on using the changeset viewer.