Searched defs:MemoryEditor (Results 1 – 1 of 1) sorted by relevance
59 struct MemoryEditor struct61 typedef unsigned char u8;63 enum DataType78 enum DataFormat87 … // = true // set to false when DrawWindow() was closed. ignore if not using DrawWindow().88 bool ReadOnly; // = false // disable any editing.89 …nt Cols; // = 16 // number of columns to display.90 …button/context menu. when disabled, options will be locked unless you provide your own UI for them.91 …ay a footer previewing the decimal/binary/hex/float representation of the currently selected bytes.115 MemoryEditor() in MemoryEditor() argument[all …]