mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
whitespace clean-up
This commit is contained in:
parent
9a82129507
commit
1acee444d1
2 changed files with 1029 additions and 1021 deletions
|
|
@ -174,7 +174,7 @@
|
|||
#error unknown compiler
|
||||
#endif
|
||||
|
||||
#endif // __JUCE_PLATFORMDEFS_JUCEHEADER__
|
||||
#endif // __JUCE_TARGETPLATFORM_JUCEHEADER__
|
||||
/********* End of inlined file: juce_TargetPlatform.h *********/
|
||||
|
||||
// FORCE_AMALGAMATOR_INCLUDE
|
||||
|
|
@ -258836,12 +258836,12 @@ static int64 getMouseTime (UIEvent* e) { return (int64) [e timestamp] * 1000.0;
|
|||
|
||||
- (void) touchesBegan: (NSSet*) touches withEvent: (UIEvent*) event
|
||||
{
|
||||
NSArray* const t = [[event touchesForView: self] allObjects];
|
||||
NSArray* const t = [[event touchesForView: self] allObjects];
|
||||
|
||||
switch ([t count])
|
||||
{
|
||||
case 1: // One finger..
|
||||
{
|
||||
switch ([t count])
|
||||
{
|
||||
case 1: // One finger..
|
||||
{
|
||||
CGPoint p = [[t objectAtIndex: 0] locationInView: self];
|
||||
currentModifiers |= getModifierForButtonNumber (0);
|
||||
|
||||
|
|
@ -258856,12 +258856,12 @@ static int64 getMouseTime (UIEvent* e) { return (int64) [e timestamp] * 1000.0;
|
|||
|
||||
- (void) touchesMoved: (NSSet*) touches withEvent: (UIEvent*) event
|
||||
{
|
||||
NSArray* const t = [[event touchesForView: self] allObjects];
|
||||
NSArray* const t = [[event touchesForView: self] allObjects];
|
||||
|
||||
switch ([t count])
|
||||
{
|
||||
case 1: // One finger..
|
||||
{
|
||||
switch ([t count])
|
||||
{
|
||||
case 1: // One finger..
|
||||
{
|
||||
CGPoint p = [[t objectAtIndex: 0] locationInView: self];
|
||||
owner->handleMouseDrag (p.x, p.y, getMouseTime (event));
|
||||
}
|
||||
|
|
@ -258874,12 +258874,12 @@ static int64 getMouseTime (UIEvent* e) { return (int64) [e timestamp] * 1000.0;
|
|||
|
||||
- (void) touchesEnded: (NSSet*) touches withEvent: (UIEvent*) event
|
||||
{
|
||||
NSArray* const t = [[event touchesForView: self] allObjects];
|
||||
NSArray* const t = [[event touchesForView: self] allObjects];
|
||||
|
||||
switch ([t count])
|
||||
{
|
||||
case 1: // One finger..
|
||||
{
|
||||
switch ([t count])
|
||||
{
|
||||
case 1: // One finger..
|
||||
{
|
||||
CGPoint p = [[t objectAtIndex: 0] locationInView: self];
|
||||
const int oldMods = currentModifiers;
|
||||
currentModifiers &= ~getModifierForButtonNumber (0);
|
||||
|
|
@ -261124,8 +261124,13 @@ bool WebBrowserComponent::pageAboutToLoad (const String& url)
|
|||
#endif
|
||||
/********* End of inlined file: juce_mac_WebBrowserComponent.mm *********/
|
||||
|
||||
//#include "mac/juce_mac_CoreAudio.cpp"
|
||||
//#include "mac/juce_mac_CameraDevice.mm"
|
||||
/********* Start of inlined file: juce_iphone_Audio.cpp *********/
|
||||
// (This file gets included by juce_mac_NativeCode.mm, rather than being
|
||||
// compiled on its own).
|
||||
#ifdef JUCE_INCLUDED_FILE
|
||||
|
||||
#endif
|
||||
/********* End of inlined file: juce_iphone_Audio.cpp *********/
|
||||
|
||||
/********* Start of inlined file: juce_mac_CoreMidi.cpp *********/
|
||||
// (This file gets included by juce_mac_NativeCode.mm, rather than being
|
||||
|
|
|
|||
2009
juce_amalgamated.h
2009
juce_amalgamated.h
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue