InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
send to LFS to change screen mode More...
#include <ispackets.h>
Data Fields | |
byte | Size |
20 | |
byte | Type |
ISP_MOD | |
byte | ReqI |
0 | |
byte | Zero |
int | Bits16 |
set to choose 16-bit | |
int | RR |
refresh rate - zero for default | |
int | Width |
0 means go to window | |
int | Height |
0 means go to window |
send to LFS to change screen mode
The refresh rate actually selected by LFS will be the highest available rate that is less than or equal to the specified refresh rate. Refresh rate can be specified as zero in which case the default refresh rate will be used.
If Width and Height are both zero, LFS will switch to windowed mode.
Definition at line 1063 of file ispackets.h.
int IS_MOD::Bits16 |
set to choose 16-bit
Definition at line 1070 of file ispackets.h.
int IS_MOD::Height |
0 means go to window
Definition at line 1073 of file ispackets.h.
byte IS_MOD::ReqI |
0
Definition at line 1067 of file ispackets.h.
int IS_MOD::RR |
refresh rate - zero for default
Definition at line 1071 of file ispackets.h.
byte IS_MOD::Size |
20
Definition at line 1065 of file ispackets.h.
byte IS_MOD::Type |
Definition at line 1066 of file ispackets.h.
int IS_MOD::Width |
0 means go to window
Definition at line 1072 of file ispackets.h.
byte IS_MOD::Zero |
Definition at line 1068 of file ispackets.h.