click icon indicating copy to clipboard operation
click copied to clipboard

create handler

Open mhrashidi77 opened this issue 4 years ago • 2 comments

hello everyone how can i create a handler for my element is there a document?? thanks

mhrashidi77 avatar Aug 11 '21 13:08 mhrashidi77

You can check the explanation in the code at https://github.com/kohler/click/blob/master/lib/element.cc , but the first step is to be proficient with the usage of handlers themselves and Click in general before starting code modification. The wiki is a good starting point for that.

tbarbette avatar Aug 12 '21 10:08 tbarbette

My issue is that I want to call a function of my element while the click is running. What is your suggestion? I recently figured out that there is something named LLRPC. Is that better than handler for my purpose?

mhrashidi77 avatar Aug 14 '21 10:08 mhrashidi77