Skip to content

Commit

Permalink
PC-FX, PSX, Saturn: Stubs for future mouse and light gun support
Browse files Browse the repository at this point in the history
  • Loading branch information
clobber committed Nov 25, 2018
1 parent 68102c5 commit 5c984ce
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions MednafenGameCore.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3480,6 +3480,26 @@ - (oneway void)didMoveSaturnJoystickDirection:(OESaturnButton)button withValue:(
MDFN_en16lsb(&buf[2 + analogNumber], value);
}

- (oneway void)mouseMovedAtPoint:(OEIntPoint)point
{
}

- (oneway void)leftMouseDownAtPoint:(OEIntPoint)point
{
}

- (oneway void)leftMouseUp
{
}

- (oneway void)rightMouseDownAtPoint:(OEIntPoint)point
{
}

- (oneway void)rightMouseUp
{
}

# pragma mark - Display Mode

- (NSArray <NSDictionary <NSString *, id> *> *)displayModes
Expand Down

0 comments on commit 5c984ce

Please sign in to comment.