class UIng::AreaHandler
- UIng::AreaHandler
- Reference
- Object
Defined in:
uing/area/area_handler.crConstructors
Macro Summary
Instance Method Summary
- #drag_broken(&block : Pointer(LibUI::AreaHandler), Pointer(LibUI::Area) -> Void)
- #draw(&block : Pointer(LibUI::AreaHandler), Pointer(LibUI::Area), Pointer(LibUI::AreaDrawParams) -> Void)
- #key_event(&block : Pointer(LibUI::AreaHandler), Pointer(LibUI::Area), Pointer(LibUI::AreaKeyEvent) -> LibC::Int)
- #mouse_crossed(&block : Pointer(LibUI::AreaHandler), Pointer(LibUI::Area), LibC::Int -> Void)
- #mouse_event(&block : Pointer(LibUI::AreaHandler), Pointer(LibUI::Area), Pointer(LibUI::AreaMouseEvent) -> Void)
- #to_unsafe
Constructor Detail
Macro Detail
Instance Method Detail
def draw(&block : Pointer(LibUI::AreaHandler), Pointer(LibUI::Area), Pointer(LibUI::AreaDrawParams) -> Void)
#
def key_event(&block : Pointer(LibUI::AreaHandler), Pointer(LibUI::Area), Pointer(LibUI::AreaKeyEvent) -> LibC::Int)
#
def mouse_crossed(&block : Pointer(LibUI::AreaHandler), Pointer(LibUI::Area), LibC::Int -> Void)
#
def mouse_event(&block : Pointer(LibUI::AreaHandler), Pointer(LibUI::Area), Pointer(LibUI::AreaMouseEvent) -> Void)
#