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

Keyboard Modifier Key State. More...

#include <kb.h>

Data Fields

union { 
 
   u32   mkeys 
 
   struct { 
 
      u32   reserved: 24 
 Reserved MSB. More...
 
      u32   r_win: 1 
 Modifier Key Right WIN 0:OFF 1:ON Bit7. More...
 
      u32   r_alt: 1 
 Modifier Key Right ALT 0:OFF 1:ON Bit6. More...
 
      u32   r_shift: 1 
 Modifier Key Right SHIFT 0:OFF 1:ON Bit5. More...
 
      u32   r_ctrl: 1 
 Modifier Key Right CTRL 0:OFF 1:ON Bit4. More...
 
      u32   l_win: 1 
 Modifier Key Left WIN 0:OFF 1:ON Bit3. More...
 
      u32   l_alt: 1 
 Modifier Key Left ALT 0:OFF 1:ON Bit2. More...
 
      u32   l_shift: 1 
 Modifier Key Left SHIFT 0:OFF 1:ON Bit1. More...
 
      u32   l_ctrl: 1 
 Modifier Key Left CTRL 0:OFF 1:ON Bit0 LSB. More...
 
   }   _KbMkeyS 
 
_KbMkeyU 
 

Detailed Description

Keyboard Modifier Key State.

Definition at line 154 of file kb.h.

Field Documentation

◆ [struct]

struct { ... } KbMkey::_KbMkeyS

◆ [union]

union { ... } KbMkey::_KbMkeyU

◆ l_alt

u32 KbMkey::l_alt

Modifier Key Left ALT 0:OFF 1:ON Bit2.

Definition at line 164 of file kb.h.

◆ l_ctrl

u32 KbMkey::l_ctrl

Modifier Key Left CTRL 0:OFF 1:ON Bit0 LSB.

Definition at line 166 of file kb.h.

◆ l_shift

u32 KbMkey::l_shift

Modifier Key Left SHIFT 0:OFF 1:ON Bit1.

Definition at line 165 of file kb.h.

◆ l_win

u32 KbMkey::l_win

Modifier Key Left WIN 0:OFF 1:ON Bit3.

Definition at line 163 of file kb.h.

◆ mkeys

u32 KbMkey::mkeys

Definition at line 156 of file kb.h.

◆ r_alt

u32 KbMkey::r_alt

Modifier Key Right ALT 0:OFF 1:ON Bit6.

Definition at line 160 of file kb.h.

◆ r_ctrl

u32 KbMkey::r_ctrl

Modifier Key Right CTRL 0:OFF 1:ON Bit4.

Definition at line 162 of file kb.h.

◆ r_shift

u32 KbMkey::r_shift

Modifier Key Right SHIFT 0:OFF 1:ON Bit5.

Definition at line 161 of file kb.h.

◆ r_win

u32 KbMkey::r_win

Modifier Key Right WIN 0:OFF 1:ON Bit7.

Definition at line 159 of file kb.h.

◆ reserved

u32 KbMkey::reserved

Reserved MSB.

Definition at line 158 of file kb.h.


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