'*****************************************************************************
'* INT 10H AH=04h (VGA BIOS) GET LIGHTPEN POS
'* Params: RTFM :)
'*****************************************************************************

protected function Exec as boolean

cpu.AH=0 'lightpen not active

//success
result=true : end