Skip to content
Snippets Groups Projects
  1. Apr 07, 2020
    • nightfox's avatar
      For a screen update optimization, implemented a way to temporarily restrict... · b30ad131
      nightfox authored
      For a screen update optimization, implemented a way to temporarily restrict which part of the items to draw the next time Draw() is called (and thus when WriteItem() is called for each tiem).  There is a new property in the DDLightbarMenu class, nextDrawOnlyItemSubstr, that can be set to an object with 'start' and 'end' properties specifyign the start and end indexes (1 past the last char index) of the item strings to write in the menu the next time Draw() is called.  Draw() will then set nextDrawOnlyItemSubstr to null when it's done.
      b30ad131
  2. Apr 06, 2020
  3. Apr 05, 2020
Loading