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

Keyboard info data structure. More...

#include <kb.h>

Data Fields

u32 max
 max kb allowed to connect
 
u32 connected
 how many kb connected
 
u32 info
 Bit 0 lets the system intercept keyboard? other bits are reserved.
 
u8 status [127]
 Connections status, status Index equal to Keyboard Number value 0: Not connected and 1: Connected.
 

Detailed Description

Keyboard info data structure.

Definition at line 218 of file kb.h.

Field Documentation

◆ connected

u32 KbInfo::connected

how many kb connected

Definition at line 220 of file kb.h.

◆ info

u32 KbInfo::info

Bit 0 lets the system intercept keyboard? other bits are reserved.

Definition at line 221 of file kb.h.

◆ max

u32 KbInfo::max

max kb allowed to connect

Definition at line 219 of file kb.h.

◆ status

u8 KbInfo::status[127]

Connections status, status Index equal to Keyboard Number value 0: Not connected and 1: Connected.

Definition at line 222 of file kb.h.


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