|
psl1ght
A free SDK for Sony's PS3 console
|
Keyboard Led State. More...
#include <kb.h>
Data Fields | ||
| union { | ||
| u32 leds | ||
| struct { | ||
| u32 reserved: 27 | ||
| Reserved MSB. More... | ||
| u32 kana: 1 | ||
| LED Kana 0:OFF 1:ON Bit4. More... | ||
| u32 compose: 1 | ||
| LED Compose 0:OFF 1:ON Bit3. More... | ||
| u32 scroll_lock: 1 | ||
| LED Scroll Lock 0:OFF 1:ON Bit2. More... | ||
| u32 caps_lock: 1 | ||
| LED Caps Lock 0:OFF 1:ON Bit1. More... | ||
| u32 num_lock: 1 | ||
| LED Num Lock 0:OFF 1:ON Bit0 LSB. More... | ||
| } _KbLedS | ||
| } | _KbLedU | |
| struct { ... } KbLed::_KbLedS |
| union { ... } KbLed::_KbLedU |