mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-10 17:28:24 +01:00
sim: BL0942 object with controller (sends BL0942 packets); not finished yet; also fix Text edit cursor
This commit is contained in:
@@ -230,9 +230,9 @@ void CSimulator::beginEditingText(class CText *txt) {
|
||||
void CSimulator::destroyObject(CShape *s) {
|
||||
sim->destroyObject(s);
|
||||
}
|
||||
class CShape *CSimulator::getShapeUnderCursor() {
|
||||
class CShape *CSimulator::getShapeUnderCursor(bool bIncludeDeepText) {
|
||||
Coord p = GetMousePos();
|
||||
return sim->findShapeByBoundsPoint(p);
|
||||
return sim->findShapeByBoundsPoint(p,bIncludeDeepText);
|
||||
}
|
||||
bool CSimulator::createSimulation(bool bDemo) {
|
||||
projectPath = "";
|
||||
|
||||
Reference in New Issue
Block a user