mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 22:08:41 +00:00
mostly done with all of the special machinery for entity views via watch windows
This commit is contained in:
@@ -15,10 +15,11 @@ enum
|
||||
RD_LineEditFlag_ExpanderPlaceholder = (1<<2),
|
||||
RD_LineEditFlag_DisableEdit = (1<<3),
|
||||
RD_LineEditFlag_CodeContents = (1<<4),
|
||||
RD_LineEditFlag_Border = (1<<5),
|
||||
RD_LineEditFlag_NoBackground = (1<<6),
|
||||
RD_LineEditFlag_PreferDisplayString = (1<<7),
|
||||
RD_LineEditFlag_DisplayStringIsCode = (1<<8),
|
||||
RD_LineEditFlag_KeyboardClickable = (1<<5),
|
||||
RD_LineEditFlag_Border = (1<<6),
|
||||
RD_LineEditFlag_NoBackground = (1<<7),
|
||||
RD_LineEditFlag_PreferDisplayString = (1<<8),
|
||||
RD_LineEditFlag_DisplayStringIsCode = (1<<9),
|
||||
};
|
||||
|
||||
////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user