[][src]Function libeyelink_sys::getkey_with_mod

pub unsafe extern "C" fn getkey_with_mod(unicode: *mut UINT16) -> UINT32

@ingroup keyinput Same as getkey except it returns the modifier and the key pressed. It returns a 32 bit unsigned integer. The first 16 bits are reserved for the modifier and the last 16 bits are reserved for the key values. If there are no modifiers present, the return value of this is the same as getkey(). If non null pointer passed in for unicode, the translated key value will be set if a key is preent.