mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Merge with develop
This commit is contained in:
parent
c3ee3168a0
commit
924d3f313d
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,9 @@ namespace NLGUI
|
||||||
_TxIdPanR2 = -2;
|
_TxIdPanR2 = -2;
|
||||||
_TxIdCanPanR2 = -2;
|
_TxIdCanPanR2 = -2;
|
||||||
|
|
||||||
|
_OffsetX = 0;
|
||||||
|
_OffsetY = 0;
|
||||||
|
|
||||||
// The pointer must be draw over ALL layers
|
// The pointer must be draw over ALL layers
|
||||||
_RenderLayer= VR_LAYER_MAX;
|
_RenderLayer= VR_LAYER_MAX;
|
||||||
_Color = CRGBA(255,255,255,255);
|
_Color = CRGBA(255,255,255,255);
|
||||||
|
@ -59,6 +62,7 @@ namespace NLGUI
|
||||||
_StringMode = false;
|
_StringMode = false;
|
||||||
_ForceStringMode = false;
|
_ForceStringMode = false;
|
||||||
_StringCursor = NULL;
|
_StringCursor = NULL;
|
||||||
|
_StringCursorHardware = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CViewPointer::forceLink()
|
void CViewPointer::forceLink()
|
||||||
|
|
Loading…
Reference in a new issue