Home
last modified time | relevance | path

Searched refs:INS_CurPre (Results 1 – 2 of 2) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/road/
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()