Home
last modified time | relevance | path

Searched refs:INS_Cur (Results 1 – 3 of 3) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/road/
H A DRoad_Edit.cpp485 if (ins == INS_Cur) // INS_CurPre in Insert()
555 Insert(INS_Cur/*INS_CurPre*/); in Paste()
H A DRoad.h57 enum eIns{ INS_Begin, INS_Cur, INS_CurPre, INS_End }; enumerator
/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DUpdate_Key.cpp323 road->Insert(shift ? INS_Begin : ctrl ? INS_End : alt ? INS_CurPre : INS_Cur); in keyPressed()