summaryrefslogtreecommitdiffhomepage
path: root/src/srp/fw-ec/kbd-sc-cb.c.gsp
blob: fa034664c5bb6a5dd1b50085455008d05e6e331e (plain) (blame)
1
2
3
4
5
6
@span .c-cmt {-/* “make_code” is the scancode.  “pressed” is a boolean that is true if this is a}
   @span .c-cmt {-keydown event, and false if it’s a keyup. */}

r = @span .c-fn {-my_handler_function}(make_code, pressed);
@span .c-kw {-if} (r != @span .c-pp {-EC_SUCCESS})
	@span .c-kw {-return} r;