Sasha Szpakowski

Results 554 comments of Sasha Szpakowski

**Original comment by Bart van Strien (Bitbucket: [bartbes](https://bitbucket.org/bartbes), GitHub: [bartbes](https://github.com/bartbes)).** ---------------------------------------- It does say OBJCXX on purpose, to support macos builds, but I should probably only use it when there's...

**Original comment by Gabe Stilez (Bitbucket: [z0r8](https://bitbucket.org/z0r8), ).** ---------------------------------------- I'm for this actually; mostly for consistency's sake, even if it shouldn't matter too much... or that it'd break a few...

**Original comment by Bart van Strien (Bitbucket: [bartbes](https://bitbucket.org/bartbes), GitHub: [bartbes](https://github.com/bartbes)).** ---------------------------------------- Makes sense to me. Would you prefer up/right/down/left or north/east/south/west? I feel like the latter combine better, I prefer...

**Original comment by Pablo Mayobre (Bitbucket: [PabloMayobre](https://bitbucket.org/PabloMayobre), GitHub: [PabloMayobre](https://github.com/PabloMayobre)).** ---------------------------------------- How about separating them? So you get `x, y` where x is the position in the x axis so `left`,...

**Original comment by Gabe Stilez (Bitbucket: [z0r8](https://bitbucket.org/z0r8), ).** ---------------------------------------- I guess that would work, though i think everything else treats d-pads as just one input, instead of axis-separated like that;...

**Original comment by hahawoo (Bitbucket: [hahawoo](https://bitbucket.org/hahawoo), GitHub: [hahawoo](https://github.com/hahawoo)).** ---------------------------------------- I'm really not sure about the names. Up/down/left/right are kind of more obvious because they're more commonly used words (i.e. I...

**Original comment by Bart van Strien (Bitbucket: [bartbes](https://bitbucket.org/bartbes), GitHub: [bartbes](https://github.com/bartbes)).** ---------------------------------------- #508 was marked as a duplicate of this issue.

**Original comment by hahawoo (Bitbucket: [hahawoo](https://bitbucket.org/hahawoo), GitHub: [hahawoo](https://github.com/hahawoo)).** ---------------------------------------- Non-camelCase names just... *feel* nicer to me... I like them even though they're inconsistent... and I freakin' love consistency. One logical-esque...

**Original comment by Minh Ngo (Bitbucket: [mngo](https://bitbucket.org/mngo), GitHub: [mngo](https://github.com/mngo)).** ---------------------------------------- I think adding camel cases to the callbacks would be consistent with the rest of the API. Everything else has...

**Original comment by Sasha Szpakowski (Bitbucket: [slime73](https://bitbucket.org/slime73), GitHub: [slime73](https://github.com/slime73)).** ---------------------------------------- Perhaps event callbacks could have an "on" prefix, and reside in their respective modules, e.g. `love.joystick.onPress`, `love.graphics.onFocus`, etc. (past-tense works...