| ||||
| ||||
| Documentation | ||||
| initMouseEvent :: (CMouseEvent this, CAbstractView viewArg, CEventTarget relatedTargetArg) => this -> String -> Bool -> Bool -> viewArg -> Int -> Int -> Int -> Int -> Int -> Bool -> Bool -> Bool -> Bool -> Int -> relatedTargetArg -> CPS c () | ||||
| get'screenX :: CMouseEvent this => this -> CPS c Int | ||||
| get'screenY :: CMouseEvent this => this -> CPS c Int | ||||
| get'clientX :: CMouseEvent this => this -> CPS c Int | ||||
| get'clientY :: CMouseEvent this => this -> CPS c Int | ||||
| get'ctrlKey :: CMouseEvent this => this -> CPS c Bool | ||||
| get'shiftKey :: CMouseEvent this => this -> CPS c Bool | ||||
| get'altKey :: CMouseEvent this => this -> CPS c Bool | ||||
| get'metaKey :: CMouseEvent this => this -> CPS c Bool | ||||
| get'button :: CMouseEvent this => this -> CPS c Int | ||||
| get'relatedTarget :: (CMouseEvent this, CEventTarget zz) => this -> CPS c zz | ||||
| Produced by Haddock version 0.8 |