Bug 200854 - devel/sdl20 SDL_INIT_HAPTIC
Summary: devel/sdl20 SDL_INIT_HAPTIC
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Marcus von Appen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-14 16:47 UTC by Thibault Payet
Modified: 2015-06-14 17:24 UTC (History)
0 users

See Also:
mva: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thibault Payet 2015-06-14 16:47:16 UTC
It's seems like force feedback are not supported , when build sdl2 with haptic support , if I try to add SDL_INIT_HAPTIC in the SDL_Init() , I get the following error: (SDL_GetError())
SDL not built with haptic (force feedback) support.
Maybe it's just a problem in make config menu(like SDL_HAPTIC checked but not compiled).
Comment 1 Marcus von Appen freebsd_committer freebsd_triage 2015-06-14 17:24:02 UTC
Right now, the haptic API is not supported on FreeBSD, since it relies on Linux-specific input events. It's not an issue of the port.