mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Improve emit views where compile and resolve emissions differ
This commit is contained in:
parent
3f1f114180
commit
ab494ad8d4
9 changed files with 300 additions and 64 deletions
|
@ -33,7 +33,7 @@ namespace Beefy.theme.dark
|
|||
|
||||
}
|
||||
|
||||
public virtual void MouseDown(float x, float y, int btn, int btnCount)
|
||||
public virtual void MouseDown(Rect rect, float x, float y, int btn, int btnCount)
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -63,6 +63,7 @@ namespace Beefy.theme.dark
|
|||
public bool mScrollToStartOnLostFocus;
|
||||
public bool mHiliteCurrentLine;
|
||||
public Dictionary<int32, Embed> mEmbeds = new .() ~ DeleteDictionaryAndValues!(_);
|
||||
public Embed mEmbedSelected;
|
||||
public Range? mLineRange;
|
||||
|
||||
protected static uint32[] sDefaultColors = new uint32[] ( Color.White ) ~ delete _;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue