In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
61 bytes added ,  14:28, 4 September 2016
m
Minor chanhes about unknown section of struct
Line 31: Line 31:  
uint8_t scancode; //Key scancode
 
uint8_t scancode; //Key scancode
 
uint32_t state; //1=pressed; 0=releases; 3=keeping pressed
 
uint32_t state; //1=pressed; 0=releases; 3=keeping pressed
uint8_t unknown[4]; //?
+
uint32_t almost_known; //Seems something related to modifier keys (CTRL, ALT, SHIFT)
 
uint16_t UTF16; //key value as an UTF16 char
 
uint16_t UTF16; //key value as an UTF16 char
 
} key_state;
 
} key_state;
53

edits

Navigation menu