| 103 | } |
| 104 | |
| 105 | void QuickSpawnMenu::ResetAppearPos() |
| 106 | { |
| 107 | mAppearAtMousePos.set(TheSynth->GetMouseX(GetOwningContainer()), TheSynth->GetMouseY(GetOwningContainer())); |
| 108 | mScrollOffset = 0; |
| 109 | } |
| 110 | |
| 111 | void QuickSpawnMenu::KeyPressed(int key, bool isRepeat) |
| 112 | { |