Macro-API icon indicating copy to clipboard operation
Macro-API copied to clipboard

[Example] Mouse example for the `Up` and `Down` functions

Open sbplat opened this issue 3 years ago • 7 comments

Create an example using the Up and Down mouse functions and place it in the examples folder.

Function declarations for Up and Down (see include/macro/mouse.h):

void Down(Button button);
void Up(Button button);

sbplat avatar Oct 11 '22 01:10 sbplat

@sbplat Can I take this up?

unclebinary1001 avatar Oct 13 '22 01:10 unclebinary1001

I can assign this to you after you finish #3.

sbplat avatar Oct 13 '22 02:10 sbplat

Can I work on this Issue if this is still available? If yes, could you just elaborate what sort of example I have to make?

LegendaryGene avatar Oct 23 '22 05:10 LegendaryGene

Can I work on this Issue if this is still available? If yes, could you just elaborate what sort of example I have to make?

Sure! I've assigned this issue to you. You may refer to #3 and #31 as examples.

sbplat avatar Oct 23 '22 14:10 sbplat

Hey sorry for the delay, got a bit sidetracked. Will start work on this in a bit, to confirm I just have to create an example using the Up and Down mouse functions (and other mouse functions as required) and check if it is correctly working right?

LegendaryGene avatar Oct 24 '22 21:10 LegendaryGene

Yes, that's correct. Try to be as creative as possible with your example!

sbplat avatar Oct 24 '22 21:10 sbplat

Hi, I'm going to unassign this issue from you since you haven't worked on it recently.

sbplat avatar Nov 24 '22 04:11 sbplat