Synopsis #
Header: fxcg/display.h
Syscall index: 0x08C7
Function signature: void Cursor_SetFlashOn(unsigned char
cursor_type)
Enables the cursor display at the current cursor position, set by locate_OS.
Parameters #
- cursor_type - cursor type, which is stored to FlashStyle by syscall 0x01F2 according to the map below:
 
| cursor_type | FlashStyle | 
|---|---|
| 0 | 0 | 
| 1 | 0 | 
| 2 | 0 | 
| 3 | 0 | 
| 4 | 0 | 
| 5 | 8 | 
| 6 | 0x10 | 
| 7 | 0x11 | 
| 8 | 0 | 
| 9 | 0x12 | 
| 10 | 0x14 | 
| 11 | 0x18 | 
| 12 | 0x40 | 
| else | 0 | 
Whenever the result of the previous map is zero, the result is not stored to FlashStyle by the aforementioned syscall.