If Tom does make a Version 1.31 plugin format then now is the time to ask him to add any extra events and commands. This would require an extra command to tell GameEx to rotate. This would be an App_CMD_Type. So another question for Tom, can you add these two commands? public enum App_CMD_Type : int { Exit = 0, ShutdownPC = 1, RestartPC = 2, Minimize = 3, Restore = 4, ShowPicture = 5, ShowWebPage = 6, PlayAudioFile = 7, LoadSnapImage = 8, LoadBackgroundImage = 9, MsgBox = 10, RotateHorizontal = 11, // <---- RotateVertical = 12 // <---- }