psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
KbData Struct Reference

Keyboard input data data structure. More...

#include <kb.h>

Data Fields

KbLed led
 Keyboard Led State.
 
KbMkey mkey
 Keyboard Modifier Key State.
 
s32 nb_keycode
 Number of key codes (0 equal no data)
 
u16 keycode [62]
 Keycode values.
 

Detailed Description

Keyboard input data data structure.

Definition at line 173 of file kb.h.

Field Documentation

◆ keycode

u16 KbData::keycode[62]

Keycode values.

Definition at line 177 of file kb.h.

◆ led

KbLed KbData::led

Keyboard Led State.

Definition at line 174 of file kb.h.

◆ mkey

KbMkey KbData::mkey

Keyboard Modifier Key State.

Definition at line 175 of file kb.h.

◆ nb_keycode

s32 KbData::nb_keycode

Number of key codes (0 equal no data)

Definition at line 176 of file kb.h.


The documentation for this struct was generated from the following file: