Skip to content

Gesture Actions

Spark supports 8-directional swipe gestures during gameplay.

DirectionSymbolSwipe Motion
NorthSwipe up
North-EastSwipe upper-right
EastSwipe right
South-EastSwipe lower-right
SouthSwipe down
South-WestSwipe lower-left
WestSwipe left
North-WestSwipe upper-left
#ActionRen’Py CommandDescription
0NoneNo action assigned
1Main Menugame_menuOpens the save/load/preferences menu
2RollbackrollbackGoes back one dialogue step
3Toggle Skiptoggle_skipStarts or stops text skipping
4Hide Windowshide_windowsHides the dialogue window to see the background

Gestures are configured in Settings > Gestures:

  1. Enable Use Ren’Py Gestures
  2. Optionally enable Override All Gestures to ignore game-defined gestures
  3. Assign actions to each of the 8 directions
DirectionAction
West (←)Rollback
South (↓)Main Menu
East (→)Toggle Skip
North (↑)Hide Windows
DirectionAction
West (←)Rollback
South (↓)Main Menu
East (→)Toggle Skip
  • Gestures are disabled by default
  • System gestures (swipe from edges) may conflict with game gestures
  • The Override All Gestures option ensures Spark’s configuration takes priority over any game-defined gestures